From 3454a4674e1f676c062f3dbadacd5db94a7fd95e Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Wed, 30 Aug 2017 15:22:26 -0400 Subject: Restore staging repository entries in app pom. Issue: PORTAL-89 Change-Id: Iff7cfeda74ade7165183810099ac2a7c35820094 Signed-off-by: Christopher Lott (cl778h) --- ecomp-sdk/epsdk-app-os/pom.xml | 6 ++++++ ecomp-sdk/pom.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ecomp-sdk/epsdk-app-os/pom.xml b/ecomp-sdk/epsdk-app-os/pom.xml index d74c785d..61ca6621 100644 --- a/ecomp-sdk/epsdk-app-os/pom.xml +++ b/ecomp-sdk/epsdk-app-os/pom.xml @@ -22,6 +22,7 @@ true https://nexus.onap.org content/repositories/snapshots/ + content/repositories/staging/ content/repositories/releases/ @@ -31,6 +32,11 @@ OpenECOMP - Release Repository ${nexusproxy}/${releaseNexusPath} + + staging + ONAP - Staging Repository + ${nexusproxy}/${stagingNexusPath} + ecomp-snapshots OpenECOMP - Snapshot Repository diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index 7f0b583e..bde2b588 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -50,7 +50,7 @@ public ONAP public Repository - https://nexus.onap.org/content/groups/public + ${nexusproxy}/content/groups/public -- cgit 1.2.3-korg