summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-03-06 11:56:21 -0800
committerPatrick Brady <pb071s@att.com>2017-03-06 12:04:47 -0800
commit7051d1d8421df6ee83bac13a20f03e9cec7aaf40 (patch)
tree5c00b5bb21c73bb496dd381f29b246ec0641e329 /pom.xml
parentd0b708b96a3ce5a289b10194dc3e7f331d07258a (diff)
Preparing for maven staging releases
Adding version.properties file to contain release_variable property. Adding maven staging plugin to pom file. Change-Id: I310a27a75ca62408f253a69d461718cbad0c6815 Signed-off-by: Patrick Brady <pb071s@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 1c5673e95..cfb0a0878 100644
--- a/pom.xml
+++ b/pom.xml
@@ -502,6 +502,18 @@
<build>
<pluginManagement>
<plugins>
+ <!--maven staging 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>
<!-- Define the site plugin to generate documentation -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>