summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-02-17 15:41:18 -0500
committerPamela Dragosh <pdragosh@research.att.com>2017-02-17 15:41:29 -0500
commit6a657051065f5d326b9a1073cc118d62911244c9 (patch)
tree3b839f11354e5c15cd6e4f4c4aa90730943ffe50 /pom.xml
parent749b48cfb648da92dda8e1b364c6c0caa48335bc (diff)
add nexus plugin and version.properties
Change-Id: I354be49beab3705cce252202b52b7796b6bd2fea Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2ee4cd58f..2aacc3f9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,9 +107,23 @@
<build>
<plugins>
<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>
+ <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>