From e81b5df95fde8923b0ffba26595aae443bdec98d Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Tue, 6 Mar 2018 14:47:08 -0500 Subject: Adding distribution mgmt Merge deploy is failing because repository listings are missing. Copied the repository listings over from the main appc project. Change-Id: Iee5b976dd34134fb0a0dedec9a070cb8ef151697 Signed-off-by: Patrick Brady Issue-ID: APPC-627 --- pom.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/pom.xml b/pom.xml index 9745d7d..cfa4fed 100644 --- a/pom.xml +++ b/pom.xml @@ -33,8 +33,25 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. UTF-8 npm + https://nexus.onap.org + + + + + + ecomp-releases + openecomp-repository-releases + ${onap.nexus.url}/content/repositories/releases + + + ecomp-snapshots + openecomp-repository-snapshots + ${onap.nexus.url}/content/repositories/snapshots + + + junit @@ -46,6 +63,18 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${onap.nexus.url} + 176c31dfe190a + ecomp-staging + +