Add local nexus repositories
This commit is contained in:
parent
04828d037b
commit
65a1200d6e
12
pom.xml
12
pom.xml
|
@ -26,6 +26,10 @@
|
||||||
<id>pa-releases</id>
|
<id>pa-releases</id>
|
||||||
<url>https://repo.extension.ws/content/repositories/releases</url>
|
<url>https://repo.extension.ws/content/repositories/releases</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>maven-public</id>
|
||||||
|
<url>http://nexus/repository/maven-public/</url>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
|
@ -37,6 +41,14 @@
|
||||||
<id>pa-deployment</id>
|
<id>pa-deployment</id>
|
||||||
<url>https://repo.extension.ws/content/repositories/snapshots</url>
|
<url>https://repo.extension.ws/content/repositories/snapshots</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>nexus-snapshots</id>
|
||||||
|
<url>http://nexus/repository/maven-snapshots/</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
<repository>
|
||||||
|
<id>nexus-releases</id>
|
||||||
|
<url>http://nexus/repository/maven-releases/</url>
|
||||||
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
Loading…
Reference in New Issue