From 635cc33294125a0d3beb604bba544ef2308d2b73 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 21 Feb 2017 16:06:48 -0500 Subject: [STAGING] Restore staging plugin Staging plugin does not run properly from build profile Change-Id: I4488d3a9a27a56797539453885976af8d5f3ee76 Signed-off-by: Dan Timoney --- pom.xml | 35 +++++++++++------------------------ 1 file changed, 11 insertions(+), 24 deletions(-) diff --git a/pom.xml b/pom.xml index 1c51cbb..33fdbab 100755 --- a/pom.xml +++ b/pom.xml @@ -84,30 +84,6 @@ - - staging - - - true - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - https://${openecomp.nexus.host} - ${openecomp.nexus.staging.profile-id} - ${openecomp.nexus.staging.server-id} - - - - - - @@ -181,6 +157,17 @@ true + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + https://${openecomp.nexus.host} + ${openecomp.nexus.staging.profile-id} + ${openecomp.nexus.staging.server-id} + + -- cgit 1.2.3-korg