aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorLusheng <lji@research.att.com>2017-03-09 19:23:46 +0000
committerLusheng <lji@research.att.com>2017-03-09 19:23:46 +0000
commit3128148fb71fc46442240f7e6e59e2b585238aa3 (patch)
tree4bd9afe5b60f5ead3fbdc97081ce77ab547c615a /pom.xml
parent18da63602d9b030efbdf645581f32fa4931bcba2 (diff)
staging plugin
Change-Id: I35ea117d94012586386e9aa12b3500e43c44dae1 Signed-off-by: Lusheng <lji@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 2e7b140..f3c0c14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -610,6 +610,20 @@
</plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId>
</plugin> -->
+ <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>
+
+
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>