Remove local maven repos for now

This commit is contained in:
Ashcon Partovi 2017-06-26 10:40:24 -07:00 committed by GitHub
parent d13dfb5e61
commit f7006cf262
1 changed files with 6 additions and 6 deletions

12
pom.xml
View File

@ -29,14 +29,14 @@
</repositories>
<distributionManagement>
<snapshotRepository>
<id>nexus-snapshots</id>
<url>http://nexus:8081/repository/maven-snapshots/</url>
</snapshotRepository>
<repository>
<id>nexus-releases</id>
<url>http://nexus:8081/repository/maven-releases/</url>
<id>pa-deployment</id>
<url>https://repo.extension.ws/content/repositories/releases</url>
</repository>
<snapshotRepository>
<id>pa-deployment</id>
<url>https://repo.extension.ws/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<modules>