From 8d6939315f4499f4c402befd83ffd6fbfbe90a11 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Wed, 28 Feb 2018 16:56:47 -0500 Subject: 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 --- vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'vnfs/vLBMS') 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/ + + + -- cgit 1.2.3-korg