From 69fd1f23a52e636b1f33d91c091876683e24c044 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 27 Sep 2017 09:20:07 +0200 Subject: [PATCH] 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 --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 -- 2.16.6