From 676374cccaae2d320ffcd63fb8dd08658ed00cca Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Wed, 29 Mar 2017 13:33:00 -0700 Subject: Point Nexus proxy to new URL The nexus.openecomp.org domain has been deprecated for nexus.onap.org Change-Id: Iefb68e55fb5e7a4fcc384bac381c8be6a1a34d70 Signed-off-by: Andrew Grimberg --- dcae_dmaapbc_client/pom.xml | 14 +++++++++----- dcae_dmaapbc_model/pom.xml | 10 +++++++--- dcae_dmaapbc_webapp/pom.xml | 10 +++++++--- pom.xml | 13 ++++++++++--- 4 files changed, 33 insertions(+), 14 deletions(-) diff --git a/dcae_dmaapbc_client/pom.xml b/dcae_dmaapbc_client/pom.xml index b749912..b347ac1 100644 --- a/dcae_dmaapbc_client/pom.xml +++ b/dcae_dmaapbc_client/pom.xml @@ -17,6 +17,10 @@ UTF-8 true + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ @@ -24,13 +28,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} @@ -64,7 +68,7 @@ 1.6.7 true - https://nexus.openecomp.org/ + ${nexusproxy} 176c31dfe190a ecomp-staging @@ -193,12 +197,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/dcae_dmaapbc_model/pom.xml b/dcae_dmaapbc_model/pom.xml index 783a3fb..7ce9fea 100644 --- a/dcae_dmaapbc_model/pom.xml +++ b/dcae_dmaapbc_model/pom.xml @@ -16,6 +16,10 @@ UTF-8 true + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ @@ -48,7 +52,7 @@ 1.6.7 true - https://nexus.openecomp.org/ + ${nexusproxy} 176c31dfe190a ecomp-staging @@ -113,12 +117,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/dcae_dmaapbc_webapp/pom.xml b/dcae_dmaapbc_webapp/pom.xml index d57ed43..5481605 100644 --- a/dcae_dmaapbc_webapp/pom.xml +++ b/dcae_dmaapbc_webapp/pom.xml @@ -26,6 +26,10 @@ 0 **.js + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ @@ -33,19 +37,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 75d0bd8..c54c5cf 100644 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,13 @@ dcae_dmaapbc_webapp + + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + + @@ -28,7 +35,7 @@ 1.6.7 true - https://nexus.openecomp.org/ + ${nexusproxy} 176c31dfe190a ecomp-staging @@ -43,12 +50,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} -- cgit 1.2.3-korg