From e7a418d03ff183fd3e8fcb5ed878a258765ecef2 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Wed, 29 Mar 2017 10:26:41 -0700 Subject: [PATCH] Point Nexus proxy to new URL The nexus.openecomp.org domain has been deprecated for nexus.onap.org Change-Id: I5d177e6eda3442ac0ec0c3eec327494f09529f7f Signed-off-by: Andrew Grimberg --- ecomp-portal-BE/pom.xml | 10 +++++++--- pom.xml | 14 +++++++++++--- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/ecomp-portal-BE/pom.xml b/ecomp-portal-BE/pom.xml index 8b389641..a39d44d2 100644 --- a/ecomp-portal-BE/pom.xml +++ b/ecomp-portal-BE/pom.xml @@ -15,6 +15,10 @@ false **.js + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ @@ -48,19 +52,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} diff --git a/pom.xml b/pom.xml index 6bba9e42..255d29db 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,14 @@ ecomp-portal-FE ecomp-portal-BE + + + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + + @@ -25,7 +33,7 @@ 1.6.7 true - https://nexus.openecomp.org/ + ${nexusproxy} 176c31dfe190a ecomp-staging @@ -40,12 +48,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} -- 2.16.6