From 1debcf42e6b6cd337ea9baadf8310a97b7e9d905 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Wed, 29 Mar 2017 10:37:43 -0700 Subject: Point Nexus proxy to new URL The nexus.openecomp.org domain has been deprecated for nexus.onap.org Change-Id: I74d65e254f5d3d0aafb4307a20192a1546ec63ce Signed-off-by: Andrew Grimberg --- ecomp-sdk/pom.xml | 14 +++++++++----- ecomp-sdk/sdk-app/pom.xml | 10 +++++++--- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index 790e926c..7b75cfbc 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -30,6 +30,10 @@ 4.3.11.Final true + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ @@ -58,13 +62,13 @@ ecomp-releases OpenECOMP - Release Repository - https://nexus.openecomp.org/content/repositories/releases/ + ${nexusproxy}/${releaseNexusPath} ecomp-snapshots OpenECOMP - Snapshot Repository - https://nexus.openecomp.org/content/repositories/snapshots/ + ${nexusproxy}/${snapshotNexusPath} oss-sonatype @@ -104,7 +108,7 @@ 1.6.7 true - https://nexus.openecomp.org/ + ${nexusproxy} 176c31dfe190a ecomp-staging @@ -210,12 +214,12 @@ ecomp-releases OpenECOMP - Release Repository - https://nexus.openecomp.org/content/repositories/releases/ + ${nexusproxy}/${releaseNexusPath} ecomp-snapshots OpenECOMP - Snapshot Repository - https://nexus.openecomp.org/content/repositories/snapshots/ + ${nexusproxy}/${snapshotNexusPath} diff --git a/ecomp-sdk/sdk-app/pom.xml b/ecomp-sdk/sdk-app/pom.xml index 8ee52126..c2192c11 100644 --- a/ecomp-sdk/sdk-app/pom.xml +++ b/ecomp-sdk/sdk-app/pom.xml @@ -30,6 +30,10 @@ true **.js + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ @@ -62,19 +66,19 @@ ecomp-releases OpenECOMP - Release Repository - https://nexus.openecomp.org/content/repositories/releases/ + ${nexusproxy}/${releaseNexusPath} ecomp-snapshots OpenECOMP - Snapshot Repository - https://nexus.openecomp.org/content/repositories/snapshots/ + ${nexusproxy}/${snapshotNexusPath} ecomp-staging OpenECOMP - Staging Repository - https://nexus.openecomp.org/content/repositories/staging/ + ${nexusproxy}/${stagingNexusPath} -- cgit 1.2.3-korg