[STAGING] Add staging plugin 99/1099/1
authorDan Timoney <dtimoney@att.com>
Tue, 21 Feb 2017 14:10:13 +0000 (09:10 -0500)
committerDan Timoney <dtimoney@att.com>
Tue, 21 Feb 2017 14:10:28 +0000 (09:10 -0500)
Add staging plugin to project pom.xml

Change-Id: I77aadf1d230c35cd7d3989e9ab30c566ded5ba85
Signed-off-by: Dan Timoney <dtimoney@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 21d26d3..e54e6ae 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
                                </configuration> <executions> <execution> <id>create-bdio-file</id> <phase>package</phase>
                                <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>