aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorplatania <platania@research.att.com>2017-03-06 16:19:06 -0500
committerplatania <platania@research.att.com>2017-03-06 16:19:06 -0500
commitc11a21915879d14b91942bf9106803fd2e765f68 (patch)
treed558845c2a09e638c7dcce3b38d32532abee88cb /pom.xml
parent58b0a5b6a132607b363b17653d0f1c34c09e4eed (diff)
Add staging plugin to master pom
Change-Id: Iad34d9175d957e86ad48b68a359a76f0e2b95b2a Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 533f06d1..29fb83be 100755
--- a/pom.xml
+++ b/pom.xml
@@ -61,6 +61,18 @@
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ <version>1.6.7</version>
+ <extensions>true</extensions>
+ <configuration>
+ <nexusUrl>${nexusproxy}</nexusUrl>
+ <stagingProfileId>176c31dfe190a</stagingProfileId>
+ <serverId>ecomp-staging</serverId>
+ </configuration>
+ </plugin>
+
</plugins>
</build>