mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:05:49 +00:00
Updating POM.xml to provide path for nexus.
This commit is contained in:
parent
a9f8bcd2f0
commit
594b730906
1 changed files with 7 additions and 0 deletions
7
pom.xml
7
pom.xml
|
@ -408,6 +408,13 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>snapshots</id>
|
||||
<url>http://localhost:8085/nexus/content/repositories/snapshots</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
<url>demopetclinic</url>
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue