From: Idan Amit Date: Wed, 1 Aug 2018 08:25:30 +0000 (+0300) Subject: sdc-pubsub maven integration X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=de26cd4b417cac55e38b8830b729d6443564f2fc;p=sdc%2Fsdc-pubsub.git sdc-pubsub maven integration Added distribution management section to pom.xml Change-Id: If0a7d87d337730b2eec1de34c6893edd977bd739 Issue-ID: SDC-1540 Signed-off-by: Idan Amit --- 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