aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-04-04 11:24:11 -0700
committerPatrick Brady <pb071s@att.com>2017-04-04 11:24:17 -0700
commit245d6f2a547afd9e3876d3577ecabe9c63f716a8 (patch)
tree12616724e8feee5c5c4e4b04916e412ce966fb1a
parent942162768080660bdf06ee82a3cf0830f41a0fe4 (diff)
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 <pb071s@att.com>
-rw-r--r--pom.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index 5297fca95..a70dbfa7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -392,18 +392,6 @@
<build>
<pluginManagement>
<plugins>
- <!--maven staging plugin-->
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
- <extensions>true</extensions>
- <configuration>
- <nexusUrl>https://nexus.onap.org/content/repositories/staging/</nexusUrl>
- <stagingProfileId>176c31dfe190a</stagingProfileId>
- <serverId>ecomp-staging</serverId>
- </configuration>
- </plugin>
<!-- Define the site plugin to generate documentation -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -503,6 +491,18 @@
</plugins>
</pluginManagement>
<plugins>
+ <!--maven staging plugin-->
+ <plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ <version>1.6.7</version>
+ <extensions>true</extensions>
+ <configuration>
+ <nexusUrl>https://nexus.onap.org/content/repositories/staging/</nexusUrl>
+ <stagingProfileId>176c31dfe190a</stagingProfileId>
+ <serverId>ecomp-staging</serverId>
+ </configuration>
+ </plugin>
<!-- Javadocs Plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>