From 063d8489e631b664d2916b1f1f3bee3ff318ed09 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Fri, 10 Nov 2017 20:45:15 -0500 Subject: [PATCH] Fix release job Missing staging repository Issue-ID: POLICY-441 Change-Id: I0565c5464f21ee06c34c3de416514181227a803d Signed-off-by: Pamela Dragosh --- pom.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/pom.xml b/pom.xml index dec39627..0450aaf9 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,35 @@ Policy Engine - Docker build ONAP Policy Docker Build + + https://nexus.onap.org + + + + + + ecomp-releases + Release Repository + ${nexusproxy}/content/repositories/releases/ + + + ecomp-staging + Staging Repository + ${nexusproxy}/content/repositories/staging/ + + + ecomp-snapshots + Snapshots Repository + ${nexusproxy}/content/repositories/snapshots/ + + + ecomp-public + Public Repository + ${nexusproxy}/content/repositories/public/ + + + + -- 2.16.6