From 0d4e02482b2bf2189a5e58a0e308cc78a9bbd1f8 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Thu, 18 Apr 2019 16:01:09 -0400 Subject: Remove duplicate staging Surround staging config in build profile so that staging plugin is not run for topmost pom.xml Change-Id: I71863a7efc68efffc16ea12d70bce27df6f9bcf7 Issue-ID: CCSDK-1166 Signed-off-by: Timoney, Dan (dt5972) Former-commit-id: 7566807e10aaf852ea75293a3782407fe9ddb7bb --- pom.xml | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index a900c758..6063d15a 100755 --- a/pom.xml +++ b/pom.xml @@ -58,17 +58,6 @@ false - - 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} - - @@ -113,6 +102,29 @@ installation + + nexus-staging + + + !altDeploymentRepository + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + https://${onap.nexus.host} + 176c31dfe190a + ecomp-staging + + + + + -- cgit 1.2.3-korg