diff options
author | Anaël Closson <ac2550@intl.att.com> | 2017-02-07 14:26:21 +0100 |
---|---|---|
committer | Anaël Closson <ac2550@intl.att.com> | 2017-02-07 14:39:05 +0100 |
commit | 7fa6f16758df69a97a35655421c7dfe1fd6b1ec9 (patch) | |
tree | 68f9144efd72f6dc734d63b25d81b32d27fa3088 /pom.xml | |
parent | c28ea7c9df970f5c58d9806b0b646a4cf9904c66 (diff) |
Use nexus staging repo for deployments
Change-Id: I63871dfa4ff41ae608fc62722c129efaf3920926
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -152,9 +152,23 @@ </resources> <plugins> <plugin> + <groupId>org.sonatype.plugins</groupId> + <artifactId>nexus-staging-maven-plugin</artifactId> + <version>1.6.7</version> + <extensions>true</extensions> + <configuration> + <nexusUrl>http://nexus.openecomp.org/</nexusUrl> + <stagingProfileId>176c31dfe190a</stagingProfileId> + <serverId>ecomp-staging</serverId> + </configuration> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.8</version> <!-- This version supports the "deployAtEnd" parameter --> + <configuration> + <skip /> + </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> |