From 11bfecabaf6115d5264bc9dc487474127565e533 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Thu, 8 Aug 2019 12:16:26 -0700 Subject: Attempt to disable nexus staging Change-Id: Ice20bc6259d9f30438f23e9f8e6c875f4119fee3 Signed-off-by: Patrick Brady Issue-ID: APPC-1686 --- pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/pom.xml b/pom.xml index 798a9f05a..0f1e04032 100644 --- a/pom.xml +++ b/pom.xml @@ -543,6 +543,19 @@ limitations under the License. sonar-maven-plugin 3.2 + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + true + true + https://nexus.onap.org + 176c31dfe190a + ecomp-staging + + @@ -605,6 +618,19 @@ limitations under the License. + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + true + true + https://nexus.onap.org + 176c31dfe190a + ecomp-staging + + -- cgit 1.2.3-korg