diff options
author | Rob Daugherty <rd472p@att.com> | 2018-08-29 14:27:39 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2018-08-29 14:29:20 -0400 |
commit | 5c95c0315d3c7bc403f4eec7e8d251e35fcf6968 (patch) | |
tree | 224dddb6168a886bb9a4299f9560a97134646059 | |
parent | 2490b90de024238af3a93ee457176b14f232af6d (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>
-rw-r--r-- | pom.xml | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -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> |