Add staging plugin 39/35839/1
authordglFromAtt <dgl@research.att.com>
Tue, 13 Mar 2018 22:19:42 +0000 (18:19 -0400)
committerdglFromAtt <dgl@research.att.com>
Tue, 13 Mar 2018 22:19:49 +0000 (18:19 -0400)
Change-Id: I69d5e40e1a9ecf4630c097c3dd9c8513f8b11040
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-327

pom.xml

diff --git a/pom.xml b/pom.xml
index 5745a30..d8350e6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                </executions>
                        </plugin>
 
+                       <!-- for Staging -->
+            <plugin>
+                <groupId>org.sonatype.plugins</groupId>
+                <artifactId>nexus-staging-maven-plugin</artifactId>
+                <version>1.6.7</version>
+                <extensions>true</extensions>
+                <configuration>
+                    <serverId>ecomp-staging</serverId>
+                    <nexusUrl>${nexusproxy}</nexusUrl>
+                    <stagingProfileId>176c31dfe190a</stagingProfileId>
+                </configuration>
+            </plugin>
+
+
                <!-- for Distribution Managment -->
                <plugin>
                  <groupId>org.apache.maven.plugins</groupId>