From: Marco Platania Date: Wed, 28 Feb 2018 21:56:47 +0000 (-0500) Subject: Fix distribution issues with POM file X-Git-Tag: v1.2.0~138 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8d6939315f4499f4c402befd83ffd6fbfbe90a11;p=demo.git Fix distribution issues with POM file Add distributionManagement to vLBMS HC distribution POM Change-Id: I42c715f0aa36b3ece6d81ac164509c5a087439ff Issue-ID: INT-432 Signed-off-by: Marco Platania --- diff --git a/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml b/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml index b70c2594..8f5d1b8a 100644 --- a/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml +++ b/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml @@ -82,9 +82,33 @@ true + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + https://nexus.onap.org/ + 176c31dfe190a + ecomp-staging + + + + + ecomp-releases + Demo Release Repository + https://nexus.onap.org/content/repositories/releases/ + + + ecomp-snapshots + Demo Snapshot Repository + https://nexus.onap.org/content/repositories/snapshots/ + + +