From ff2967422ae9c186abcb6c93011f8083f5d7ddfd Mon Sep 17 00:00:00 2001 From: "Benjamin, Max" Date: Thu, 18 Feb 2021 15:56:17 -0500 Subject: cleaned up plugin and repository management cleaned up plugin and repository management sections Issue-ID: SO-3539 Signed-off-by: AT&T Open Source Change-Id: Ibc0c582ee4077c4830c5f6cd3c110f9c6038d8db Signed-off-by: Benjamin, Max (mb388a) --- pom.xml | 34 +++++++--------------------------- 1 file changed, 7 insertions(+), 27 deletions(-) diff --git a/pom.xml b/pom.xml index 3756e61c6b..1ab687cf24 100644 --- a/pom.xml +++ b/pom.xml @@ -79,15 +79,15 @@ - ecomp-releases + onap-releases ${nexusproxy}/${releaseNexusPath} - ecomp-snapshots + onap-snapshots ${nexusproxy}/${snapshotNexusPath} - ecomp-site + onap-site dav:${nexusproxy}${siteNexusPath} @@ -124,21 +124,21 @@ http://maven.restlet.com - ecomp-public + onap-public ${nexusproxy}/${publicNexusPath} false - ecomp-release + onap-release ${nexusproxy}/${releaseNexusPath} false - ecomp-snapshots + onap-snapshots ${nexusproxy}/${snapshotNexusPath} false @@ -147,26 +147,12 @@ - ecomp-public + onap-public https://nexus.onap.org/content/repositories/public/ false - - ecomp-releases - https://nexus.onap.org/content/repositories/releases/ - - false - - - - ecomp-snapshots - https://nexus.onap.org/content/repositories/snapshots/ - - false - - camunda-bpm https://app.camunda.com/nexus/content/repositories/camunda-bpm/ @@ -176,7 +162,6 @@ https://app.camunda.com/nexus/content/groups/public - onap-releases https://nexus.onap.org/content/repositories/releases/ @@ -184,7 +169,6 @@ - onap-snapshots https://nexus.onap.org/content/repositories/snapshots/ @@ -215,10 +199,6 @@ - org.apache.maven.plugins maven-deploy-plugin -- cgit 1.2.3-korg