diff options
author | Dan Timoney <dtimoney@att.com> | 2017-02-21 09:10:13 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-02-21 09:10:28 -0500 |
commit | 750d7ad2792aa18e9b81a14880f604dff4a8972b (patch) | |
tree | 12b9b1bd4d0ddd3ec31f31247e055a9ebacd8ca0 | |
parent | ddef00a473206b848764b7199b50d874d81e7272 (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-x | pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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> |