mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 22:05: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
|
@ -408,6 +408,13 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</reporting>
|
</reporting>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>snapshots</id>
|
||||||
|
<url>http://localhost:8085/nexus/content/repositories/snapshots</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
<url>demopetclinic</url>
|
<url>demopetclinic</url>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in a new issue