mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 00:45:50 +00:00
no http
This commit is contained in:
parent
02c9380a8c
commit
737118fb73
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
@ -124,12 +124,12 @@
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>nexus-snapshots</id>
|
<id>nexus-snapshots</id>
|
||||||
<url>http://172.19.0.3:8081/repository/maven-snapshots/</url>
|
<url>172.19.0.3:8081/repository/maven-snapshots/</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>nexus</id>
|
<id>nexus</id>
|
||||||
<name>Nexus Staging Repo</name>
|
<name>Nexus Staging Repo</name>
|
||||||
<url>http://172.19.0.3:8081/repository/maven-releases/</url>
|
<url>172.19.0.3:8081/repository/maven-releases/</url>
|
||||||
</repository>
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
@ -166,7 +166,7 @@
|
||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<serverId>nexus</serverId>
|
<serverId>nexus</serverId>
|
||||||
<nexusUrl>http://172.19.0.3:8081/nexus/</nexusUrl>
|
<nexusUrl>172.19.0.3:8081/nexus/</nexusUrl>
|
||||||
<skipStaging>true</skipStaging>
|
<skipStaging>true</skipStaging>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in a new issue