aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLisa Revel <lr0306@att.com>2017-03-02 18:11:54 +0000
committerLisa Revel <lr0306@att.com>2017-03-02 18:11:54 +0000
commitd5663178c8fd05205bcf679f6c9c6565ae0c2df3 (patch)
tree27b233add264ed9f6ff189bece36d8b9d0d6ae4f
parentd146bb3e5b3f8ce76a1f75e50bfed2b58c667e11 (diff)
Add staging plugin
Change-Id: I83ec0a39ecb1a5f1a4d76e126ad2cae74e6232b5 Signed-off-by: Lisa Revel <lr0306@att.com>
-rw-r--r--pom.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index 55d1f99..7252022 100644
--- a/pom.xml
+++ b/pom.xml
@@ -956,17 +956,6 @@
<version>${surefire.report.plugin.version}</version>
</plugin>
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
- <extensions>true</extensions>
- <configuration>
- <serverId>ecomp-staging</serverId>
- <nexusUrl>${nexusproxy}</nexusUrl>
- <stagingProfileId>176c31dfe190a</stagingProfileId>
- </configuration>
- </plugin>
</plugins>
</pluginManagement>
@@ -1038,11 +1027,22 @@
<groupId>com.blackducksoftware.integration</groupId>
<artifactId>hub-maven-plugin</artifactId>
</plugin>
+
+ <plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ <version>1.6.7</version>
+ <extensions>true</extensions>
+ <configuration>
+ <serverId>ecomp-staging</serverId>
+ <nexusUrl>${nexusproxy}</nexusUrl>
+ <stagingProfileId>176c31dfe190a</stagingProfileId>
+ </configuration>
+ </plugin>
</plugins>
</build>
-
<reporting>
<plugins>
<plugin>