mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
NEXUS
This commit is contained in:
parent
f9b5cd483d
commit
5a371b3a92
1 changed files with 10 additions and 2 deletions
12
pom.xml
12
pom.xml
|
@ -145,9 +145,13 @@
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>nexus-snapshot</id>
|
||||||
|
<url>http://localhost:8686/repository/maven-snapshot/</url>
|
||||||
|
</snapshotRepository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>github</id>
|
<id>nexus-release</id>
|
||||||
<url>https://github.com/iancumatei67/spring-petclinic.git</url>
|
<url>http://localhost:8686/repository/maven-release/</url>
|
||||||
</repository>
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
@ -291,6 +295,10 @@
|
||||||
</licenses>
|
</licenses>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>maven-group</id>
|
||||||
|
<url>http://localhost:8686/repository/maven-group/</url>
|
||||||
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spring-snapshots</id>
|
<id>spring-snapshots</id>
|
||||||
<name>Spring Snapshots</name>
|
<name>Spring Snapshots</name>
|
||||||
|
|
Loading…
Reference in a new issue