From: Stone, Avi (as206k) Date: Tue, 8 May 2018 08:51:10 +0000 (+0300) Subject: Fix pom.xml file X-Git-Tag: 2.0.0-ONAP~21 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3aca52ff05239bf137962499fd73a241170e20a0;p=sdc%2Fdcae-d%2Fdt-be-main.git 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) --- 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} + +