summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2018-10-30 09:28:15 -0400
committerJim Hahn <jrh3@att.com>2018-10-30 09:28:15 -0400
commita492781caecb83d326c4b1ffafcfbeabaf0bc6eb (patch)
tree3f01d6e57d16659455d9fd859780724173819e3c
parente2b3a9cb5077394fc65b7ec30a140f7f2d2d94e3 (diff)
Remove openecomp repo from pom
Change-Id: I896084627d9f3b726b543db87dbb6e30cf7922ef Issue-ID: POLICY-1231 Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r--pom.xml44
1 files changed, 0 insertions, 44 deletions
diff --git a/pom.xml b/pom.xml
index 537bfce62..3da1ebdb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -241,50 +241,6 @@
<module>testsuites</module>
</modules>
- <repositories>
- <!-- LF repositories -->
- <repository>
- <id>ecomp-releases</id>
- <name>Release Repository</name>
- <url>${nexusproxy}/content/repositories/releases/</url>
- </repository>
- <repository>
- <id>ecomp-staging</id>
- <name>Staging Repository</name>
- <url>${nexusproxy}/content/repositories/staging/</url>
- </repository>
- <repository>
- <id>ecomp-snapshots</id>
- <name>Snapshots Repository</name>
- <url>${nexusproxy}/content/repositories/snapshots/</url>
- </repository>
- <repository>
- <id>ecomp-public</id>
- <name>Public Repository</name>
- <url>${nexusproxy}/content/repositories/public/</url>
- </repository>
- <!-- LF repositories END -->
- </repositories>
-
-
- <distributionManagement>
- <repository>
- <id>ecomp-releases</id>
- <name>OpenECOMP Release Repository</name>
- <url>${nexusproxy}/${releases.path}</url>
- </repository>
- <snapshotRepository>
- <id>ecomp-snapshots</id>
- <name>OpenECOMP Snapshot Repository</name>
- <url>${nexusproxy}/${snapshots.path}</url>
- </snapshotRepository>
- <site>
- <id>ecomp-site</id>
- <url>dav:${nexusproxy}${sitePath}</url>
- </site>
-
- </distributionManagement>
-
<reporting>
<plugins>
<plugin>