mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
Modify pom
This commit is contained in:
parent
7549c9b296
commit
d00a69ef1a
1 changed files with 7 additions and 2 deletions
7
pom.xml
7
pom.xml
|
@ -19,8 +19,13 @@
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>nexus</id>
|
<id>nexus</id>
|
||||||
<url>http://localhost:8081/repository/maven-proxy-repo/</url>
|
<url>http://localhost:8081/repository/maven-local/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>nexus-snapshots</id>
|
||||||
|
<url>http://localhost:8081/repository/maven-local/</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue