From 3aca52ff05239bf137962499fd73a241170e20a0 Mon Sep 17 00:00:00 2001 From: "Stone, Avi (as206k)" Date: Tue, 8 May 2018 11:51:10 +0300 Subject: [PATCH] Fix pom.xml file Add repository and distribution management, Remove att nexus references, add nexus.proxy property Change-Id: I51ca6fd310d0b36b9749e6d22416fc12b12e4711 Issue-ID: SDC-1313 Signed-off-by: Stone, Avi (as206k) --- pom.xml | 45 ++++++++++++++++++++++++++++++++++++++------- 1 file changed, 38 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 0206eba..61ae9fa 100644 --- a/pom.xml +++ b/pom.xml @@ -38,6 +38,7 @@ UTF-8 UTF-8 1.8 + https://nexus.onap.org @@ -235,13 +236,43 @@ - - - nexus - dav:${nexus.url}${sitePath} - - - + + + + + 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} + + -- 2.16.6