From: Patrick Brady Date: Tue, 6 Mar 2018 19:47:08 +0000 (-0500) Subject: Adding distribution mgmt X-Git-Tag: v1.3.0~30 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F47%2F34347%2F2;p=appc%2Fcdt.git 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 --- 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 + +