From: Pamela Dragosh Date: Sat, 11 Nov 2017 01:45:15 +0000 (-0500) Subject: Fix release job X-Git-Tag: v1.2.3~33 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F11%2F23211%2F1;p=policy%2Fdocker.git Fix release job Missing staging repository Issue-ID: POLICY-441 Change-Id: I0565c5464f21ee06c34c3de416514181227a803d Signed-off-by: Pamela Dragosh --- 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/ + + + +