summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2018-03-13 18:19:42 -0400
committerdglFromAtt <dgl@research.att.com>2018-03-13 18:19:49 -0400
commitdb082655908e57709511312665fe81a4da5cfe0c (patch)
tree1ca55d80aeaef7511dd239679f96acf69c117fef
parentd5d37c0477744cbaa6a9d9fc690c0dafbb2d1868 (diff)
Add staging plugin
Change-Id: I69d5e40e1a9ecf4630c097c3dd9c8513f8b11040 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-327
-rw-r--r--pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 5745a30..d8350e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,6 +104,20 @@
</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>