From 9f4482ab684c651f31367662061d015f08ebc7a3 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Fri, 1 Dec 2017 08:37:00 -0500 Subject: [PATCH] Add staging plugin config Staging plugin must be explicitly in pom.xml - does not seem to work if it is pulled in from parent pom Change-Id: I329a9674258698e1bb62d53eca4585c8c1dfac31 Issue-ID: CCSDK-148 Signed-off-by: Dan Timoney --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index c1b8310b..148b44e4 100755 --- a/pom.xml +++ b/pom.xml @@ -712,6 +712,17 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${onap.nexus.url} + 176c31dfe190a + ecomp-staging + + org.codehaus.mojo versions-maven-plugin -- 2.16.6