Remove local maven repos for now
This commit is contained in:
parent
d13dfb5e61
commit
f7006cf262
12
pom.xml
12
pom.xml
|
@ -29,14 +29,14 @@
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<snapshotRepository>
|
|
||||||
<id>nexus-snapshots</id>
|
|
||||||
<url>http://nexus:8081/repository/maven-snapshots/</url>
|
|
||||||
</snapshotRepository>
|
|
||||||
<repository>
|
<repository>
|
||||||
<id>nexus-releases</id>
|
<id>pa-deployment</id>
|
||||||
<url>http://nexus:8081/repository/maven-releases/</url>
|
<url>https://repo.extension.ws/content/repositories/releases</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>pa-deployment</id>
|
||||||
|
<url>https://repo.extension.ws/content/repositories/snapshots</url>
|
||||||
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
Loading…
Reference in New Issue