mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
Add artifactory distribution to pom
This commit is contained in:
parent
a20db52cca
commit
02fd19e324
1 changed files with 7 additions and 0 deletions
7
pom.xml
7
pom.xml
|
@ -420,6 +420,12 @@
|
|||
</reporting>
|
||||
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>snapshots</id>
|
||||
<name>localhost.localdomain-snapshots</name>
|
||||
<url>http://192.168.0.49:8081/artifactory/libs-snapshot-local</url>
|
||||
</snapshotRepository>
|
||||
<!--
|
||||
<snapshotRepository>
|
||||
<id>snapshots</id>
|
||||
<url>http://nexus:8081/nexus/content/repositories/snapshots</url>
|
||||
|
@ -428,6 +434,7 @@
|
|||
<id>releases</id>
|
||||
<url>http://nexus:8081/nexus/content/repositories/releases</url>
|
||||
</repository>
|
||||
-->
|
||||
</distributionManagement>
|
||||
|
||||
<url>demopetclinic</url>
|
||||
|
|
Loading…
Reference in a new issue