From: Dan Timoney Date: Wed, 27 Sep 2017 07:20:07 +0000 (+0200) Subject: Enable staging for distribution repo X-Git-Tag: v0.1.0~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ccsdk%2Fdistribution.git;a=commitdiff_plain;h=refs%2Fchanges%2F23%2F15823%2F1 Enable staging for distribution repo Distribution release job is failing because staging is not enabled. Change-Id: Id4c8ba022ae1f090d7cd9a9fcda9b14ccd6e560e Issue-ID: CCSDK-59 Signed-off-by: Dan Timoney --- diff --git a/pom.xml b/pom.xml index 26d60138..215196b7 100644 --- a/pom.xml +++ b/pom.xml @@ -26,6 +26,22 @@ UTF-8 + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + https://${onap.nexus.host} + ${onap.nexus.staging.profile-id} + ${onap.nexus.staging.server-id} + + + + + platform-logic ubuntu