mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 09:05:50 +00:00
nexus configurations
This commit is contained in:
parent
d67da2a5d2
commit
e05a00d85f
1 changed files with 15 additions and 0 deletions
15
pom.xml
15
pom.xml
|
@ -17,6 +17,17 @@
|
|||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>nexus-snapshots</id>
|
||||
<url>http://localhost:8079/repository/maven-snapshots/</url>
|
||||
</snapshotRepository>
|
||||
<repository>
|
||||
<id>nexus-releases</id>
|
||||
<url>http://localhost:8079/repository/maven-releases/</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
<properties>
|
||||
|
||||
<!-- Generic properties -->
|
||||
|
@ -240,6 +251,10 @@
|
|||
</licenses>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>maven-group</id>
|
||||
<url>http://localhost:8079/repository/maven-group/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>spring-snapshots</id>
|
||||
<name>Spring Snapshots</name>
|
||||
|
|
Loading…
Reference in a new issue