aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorAnaël Closson <ac2550@intl.att.com>2017-02-07 14:26:21 +0100
committerAnaël Closson <ac2550@intl.att.com>2017-02-07 14:39:05 +0100
commit7fa6f16758df69a97a35655421c7dfe1fd6b1ec9 (patch)
tree68f9144efd72f6dc734d63b25d81b32d27fa3088 /pom.xml
parentc28ea7c9df970f5c58d9806b0b646a4cf9904c66 (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.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3a8df13..acbabf0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>