From de26cd4b417cac55e38b8830b729d6443564f2fc Mon Sep 17 00:00:00 2001 From: Idan Amit Date: Wed, 1 Aug 2018 11:25:30 +0300 Subject: sdc-pubsub maven integration Added distribution management section to pom.xml Change-Id: If0a7d87d337730b2eec1de34c6893edd977bd739 Issue-ID: SDC-1540 Signed-off-by: Idan Amit --- pom.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/pom.xml b/pom.xml index 5457ca3..8407634 100644 --- a/pom.xml +++ b/pom.xml @@ -10,6 +10,7 @@ https://nexus.onap.org + 176c31dfe190a @@ -100,6 +101,37 @@ + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexus.proxy} + ${staging.profile.id} + ecomp-staging + + + + + + + ecomp-releases + Release Repository + ${nexus.proxy}/content/repositories/releases/ + + + ecomp-snapshots + Snapshot Repository + ${nexus.proxy}/content/repositories/snapshots/ + + + ecomp-site + dav:${nexus.proxy}${sitePath} + + \ No newline at end of file -- cgit 1.2.3-korg