mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +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>
|
||||
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>nexus-snapshot</id>
|
||||
<url>http://localhost:8686/repository/maven-snapshot/</url>
|
||||
</snapshotRepository>
|
||||
<repository>
|
||||
<id>github</id>
|
||||
<url>https://github.com/iancumatei67/spring-petclinic.git</url>
|
||||
<id>nexus-release</id>
|
||||
<url>http://localhost:8686/repository/maven-release/</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
|
@ -291,6 +295,10 @@
|
|||
</licenses>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>maven-group</id>
|
||||
<url>http://localhost:8686/repository/maven-group/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>spring-snapshots</id>
|
||||
<name>Spring Snapshots</name>
|
||||
|
|
Loading…
Reference in a new issue