Add nexus 8081 port
This commit is contained in:
parent
65a1200d6e
commit
82f9659399
6
pom.xml
6
pom.xml
|
@ -28,7 +28,7 @@
|
|||
</repository>
|
||||
<repository>
|
||||
<id>maven-public</id>
|
||||
<url>http://nexus/repository/maven-public/</url>
|
||||
<url>http://nexus:8081/repository/maven-public/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
@ -43,11 +43,11 @@
|
|||
</snapshotRepository>
|
||||
<snapshotRepository>
|
||||
<id>nexus-snapshots</id>
|
||||
<url>http://nexus/repository/maven-snapshots/</url>
|
||||
<url>http://nexus:8081/repository/maven-snapshots/</url>
|
||||
</snapshotRepository>
|
||||
<repository>
|
||||
<id>nexus-releases</id>
|
||||
<url>http://nexus/repository/maven-releases/</url>
|
||||
<url>http://nexus:8081/repository/maven-releases/</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
|
|
Loading…
Reference in New Issue