mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +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
|
@ -409,5 +409,12 @@
|
|||
</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