From 6e33c5d1bc3c7dfab8f3c515c1cf67e3775aec55 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Mon, 28 Aug 2017 17:10:25 -0400 Subject: Restore staging repository and plugin. Use names releases, staging, snapshots, public (no onap- prefix). Issue: PORTAL-89 Change-Id: Ie309f1aaa3120de1fa1e82d572174e2c70bb6641 Signed-off-by: Christopher Lott (cl778h) --- ecomp-sdk/epsdk-analytics/pom.xml | 46 --------------------------------------- ecomp-sdk/epsdk-core/pom.xml | 15 ------------- ecomp-sdk/pom.xml | 32 ++++++++++++++++++++------- 3 files changed, 24 insertions(+), 69 deletions(-) diff --git a/ecomp-sdk/epsdk-analytics/pom.xml b/ecomp-sdk/epsdk-analytics/pom.xml index 6f6ec01b..65edad16 100644 --- a/ecomp-sdk/epsdk-analytics/pom.xml +++ b/ecomp-sdk/epsdk-analytics/pom.xml @@ -17,52 +17,6 @@ https://wiki.onap.org/display/DW/Portal - - - - - - diff --git a/ecomp-sdk/epsdk-core/pom.xml b/ecomp-sdk/epsdk-core/pom.xml index 1534decb..a2af092b 100644 --- a/ecomp-sdk/epsdk-core/pom.xml +++ b/ecomp-sdk/epsdk-core/pom.xml @@ -385,21 +385,6 @@ - diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index 16ae79b4..7f0b583e 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -27,25 +27,29 @@ 4.3.11.Final https://nexus.onap.org content/repositories/snapshots/ + content/repositories/staging/ content/repositories/releases/ - - ecomp-releases - OpenECOMP - Release Repository + releases + ONAP - Release Repository ${nexusproxy}/${releaseNexusPath} - - ecomp-snapshots - OpenECOMP - Snapshot Repository + staging + ONAP - Staging Repository + ${nexusproxy}/${stagingNexusPath} + + + snapshots + ONAP - Snapshot Repository ${nexusproxy}/${snapshotNexusPath} - ecomp-public - ecomp onap public Repository + public + ONAP public Repository https://nexus.onap.org/content/groups/public @@ -130,6 +134,18 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + staging + + + org.apache.maven.plugins maven-release-plugin -- cgit 1.2.3-korg