Use nexus staging repo for deployments 13/5413/3
authorAnaël Closson <ac2550@intl.att.com>
Tue, 7 Feb 2017 13:26:21 +0000 (14:26 +0100)
committerAnaël Closson <ac2550@intl.att.com>
Tue, 7 Feb 2017 13:39:05 +0000 (14:39 +0100)
Change-Id: I63871dfa4ff41ae608fc62722c129efaf3920926
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 3a8df13..acbabf0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        </resource>
                </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>