summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-08-29 14:27:39 -0400
committerRob Daugherty <rd472p@att.com>2018-08-29 14:29:20 -0400
commit5c95c0315d3c7bc403f4eec7e8d251e35fcf6968 (patch)
tree224dddb6168a886bb9a4299f9560a97134646059 /pom.xml
parent2490b90de024238af3a93ee457176b14f232af6d (diff)
Remove staging repo from pom
The use of the staging repo to fulfill build dependencies was eliminated over a year ago. Change-Id: Id8a62325659b2e682a21a02e3361eb517101f6b9 Issue-ID: SO-930 Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/pom.xml b/pom.xml
index 8b9b295064..d2ddd6c386 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,6 @@
<docker.buildArg.docker_repository>${dockerPullRepo}</docker.buildArg.docker_repository>
<enforcer.skip>true</enforcer.skip>
<nexusproxy>https://nexus.onap.org</nexusproxy>
- <stagingNexusPath>content/repositories/staging/</stagingNexusPath>
<releaseNexusPath>content/repositories/releases/</releaseNexusPath>
<snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath>
<publicNexusPath>content/repositories/public/</publicNexusPath>
@@ -112,13 +111,6 @@
<url>http://maven.restlet.com</url>
</pluginRepository>
<pluginRepository>
- <id>ecomp-staging</id>
- <url>${nexusproxy}/${stagingNexusPath}</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
- <pluginRepository>
<id>ecomp-public</id>
<url>${nexusproxy}/${publicNexusPath}</url>
<snapshots>
@@ -142,13 +134,6 @@
</pluginRepositories>
<repositories>
<repository>
- <id>ecomp-staging</id>
- <url>https://nexus.onap.org/content/repositories/staging/</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
<id>ecomp-public</id>
<url>https://nexus.onap.org/content/repositories/public/</url>
<snapshots>