From 245d6f2a547afd9e3876d3577ecabe9c63f716a8 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Tue, 4 Apr 2017 11:24:11 -0700 Subject: Moving maven staging plugin Maven staging plugin should be in the plugin section, not the pluginManagement section where it was. Change-Id: I51012fb6e22e44a59ce52f4b3937f66619b7945b Signed-off-by: Patrick Brady --- pom.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 5297fca95..a70dbfa7a 100644 --- a/pom.xml +++ b/pom.xml @@ -392,18 +392,6 @@ - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - https://nexus.onap.org/content/repositories/staging/ - 176c31dfe190a - ecomp-staging - - org.apache.maven.plugins @@ -503,6 +491,18 @@ + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + https://nexus.onap.org/content/repositories/staging/ + 176c31dfe190a + ecomp-staging + + org.apache.maven.plugins -- cgit 1.2.3-korg