From 4f1f92dd35feba0eda0edde376aed252d0f41456 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 10 Apr 2017 12:50:37 -0700 Subject: [PATCH] Using properties for nexus server definition Change-Id: I85f8d5c2809835b4acdfb613310475bb6365cadb Signed-off-by: Patrick Brady --- pom.xml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 8613971..0582931 100644 --- a/pom.xml +++ b/pom.xml @@ -13,10 +13,11 @@ The APP-C component contains SDNC Docker Image, and installs APPC/SDNC components on top. - https://nexus.onap.org - /content/repositories/snapshots/ - /content/repositories/releases/ - /content/repositories/staging/ + + nexus.onap.org + https://${openecomp.nexus.host}/content + ${openecomp.nexus.url}/repositories/snapshots/ + ${openecomp.nexus.url}/repositories/releases/ @@ -35,13 +36,6 @@ http://maven.restlet.com - - - ecomp-staging - ecomp Staging Repository - ${nexusproxy}/${stagingNexusPath} - - @@ -51,7 +45,7 @@ 1.6.7 true - ${nexusproxy} + https://${openecomp.nexus.host} 176c31dfe190a ecomp-staging -- 2.16.6