From: Areli Fuss Date: Wed, 6 Sep 2017 13:23:25 +0000 (+0300) Subject: Add distribution management X-Git-Tag: v1.0.0~13 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=fc3c822e5f3ecd742c2002c675a7dfe2420f59e5;p=sdc%2Fsdc-docker-base.git Add distribution management Fix maven failure due to missing nexus definitions Change-Id: I4b5e4e70dfbcba77a58bb0dd8cda009ad98b6dcd Issue-Id: SDC-245 Signed-off-by: Areli Fuss --- diff --git a/pom.xml b/pom.xml index 85a8503..9a927ac 100644 --- a/pom.xml +++ b/pom.xml @@ -8,14 +8,18 @@ sdc_docker_baseline http://maven.apache.org - + + + https://nexus.onap.org + /content/sites/site/org/openecomp/sdc/${project.version} + 176c31dfe190a + ${maven.build.timestamp} yyyy.MM.dd.HH.mm + ${project.version}-${timestamp} ${project.version}-latest - - - + @@ -140,4 +144,20 @@ + + + ecomp-releases + Release Repository + ${nexus.proxy}/content/repositories/releases/ + + + ecomp-snapshots + Snapshot Repository + ${nexus.proxy}/content/repositories/snapshots/ + + + ecomp-site + dav:${nexus.proxy}${sitePath} + +