From 8249845c7f147fbeac4750c006242a196fd0bdd6 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 21 Feb 2017 20:59:22 -0500 Subject: [STAGING] Staging properties Define properties for staging configuration Change-Id: I87e409646fbdfa8a5287f05006c291698f214fbe Signed-off-by: Dan Timoney --- pom.xml | 36 +++++++++++------------------------- 1 file changed, 11 insertions(+), 25 deletions(-) diff --git a/pom.xml b/pom.xml index a2f6aeb5..2f5866c0 100644 --- a/pom.xml +++ b/pom.xml @@ -79,31 +79,6 @@ - - staging - - - !no-staging - - - - - - - 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} - - - - - - @@ -117,6 +92,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