From 60bfa8c7163086c2f9dbaa5f8c683525a81cf069 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Thu, 14 Mar 2019 15:45:07 -0400 Subject: [PATCH] Disable staging plugin Disable staging plugin when doing staging build for client parent Change-Id: Iff83355117c00bcaf120d1a603492ddfa98c5c6e Issue-ID: CCSDK-1119 Signed-off-by: Timoney, Dan (dt5972) --- odlparent/client-parent/pom.xml | 37 ++++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/odlparent/client-parent/pom.xml b/odlparent/client-parent/pom.xml index 66d12437..198362df 100644 --- a/odlparent/client-parent/pom.xml +++ b/odlparent/client-parent/pom.xml @@ -341,6 +341,32 @@ https://nexus.onap.org/content/repositories/snapshots + + + + nexus-staging + + + !altDeploymentRepository + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + https://${onap.nexus.host} + 176c31dfe190a + ecomp-staging + + + + + + @@ -517,17 +543,6 @@ - - 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