diff options
author | Patrick Brady <pb071s@att.com> | 2017-04-04 11:24:11 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-04-04 11:24:17 -0700 |
commit | 245d6f2a547afd9e3876d3577ecabe9c63f716a8 (patch) | |
tree | 12616724e8feee5c5c4e4b04916e412ce966fb1a /pom.xml | |
parent | 942162768080660bdf06ee82a3cf0830f41a0fe4 (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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -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> |