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_webapp/pom.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'dcae_dmaapbc_webapp') 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} -- cgit