aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-02-21 09:10:13 -0500
committerDan Timoney <dtimoney@att.com>2017-02-21 09:10:28 -0500
commit750d7ad2792aa18e9b81a14880f604dff4a8972b (patch)
tree12b9b1bd4d0ddd3ec31f31247e055a9ebacd8ca0
parentddef00a473206b848764b7199b50d874d81e7272 (diff)
[STAGING] Add staging plugin
Add staging plugin to project pom.xml Change-Id: I77aadf1d230c35cd7d3989e9ab30c566ded5ba85 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-xpom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 21d26d3..e54e6ae 100755
--- a/pom.xml
+++ b/pom.xml
@@ -53,6 +53,17 @@
<goals> <goal>createHubOutput</goal> </goals> </execution> </executions>
</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.openecomp.org</nexusUrl>
+ <stagingProfileId>176c31dfe190a</stagingProfileId>
+ <serverId>ecomp-staging</serverId>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version>