From 52591e429b21c84e22b433f70809e195aae0fdf8 Mon Sep 17 00:00:00 2001 From: "Stone, Avi (as206k)" Date: Tue, 8 May 2018 11:51:27 +0300 Subject: Fix pom.xml file Add repository and distribution management, Remove att nexus references, add nexus.proxy property Change-Id: Icf659f7e954efba5d86aa4f76e42183e8ccc95ad Issue-ID: SDC-1313 Signed-off-by: Stone, Avi (as206k) --- pom.xml | 49 ++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 38 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index fd7a283..b72ba3b 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,7 @@ UTF-8 UTF-8 + https://nexus.onap.org @@ -263,17 +264,7 @@ - - - nexus - dav:${nexus.url}${sitePath} - - - - - - - + dcae_fe @@ -360,4 +351,40 @@ + + + + ecomp-releases + Release Repository + ${nexus.proxy}/content/repositories/releases/ + + + ecomp-snapshots + Snapshots Repository + ${nexus.proxy}/content/repositories/snapshots/ + + + ecomp-public + Public Repository + ${nexus.proxy}/content/repositories/public/ + + + + + + + ecomp-releases + Release Repository + ${nexus.proxy}/content/repositories/releases/ + + + ecomp-snapshots + Snapshot Repository + ${nexus.proxy}/content/repositories/snapshots/ + + + ecomp-site + dav:${nexus.proxy}${sitePath} + + -- cgit 1.2.3-korg