From fc3c822e5f3ecd742c2002c675a7dfe2420f59e5 Mon Sep 17 00:00:00 2001 From: Areli Fuss Date: Wed, 6 Sep 2017 16:23:25 +0300 Subject: [PATCH] Add distribution management Fix maven failure due to missing nexus definitions Change-Id: I4b5e4e70dfbcba77a58bb0dd8cda009ad98b6dcd Issue-Id: SDC-245 Signed-off-by: Areli Fuss --- pom.xml | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) 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} + + -- 2.16.6