diff options
author | Lusheng <lji@research.att.com> | 2017-03-09 19:23:46 +0000 |
---|---|---|
committer | Lusheng <lji@research.att.com> | 2017-03-09 19:23:46 +0000 |
commit | 3128148fb71fc46442240f7e6e59e2b585238aa3 (patch) | |
tree | 4bd9afe5b60f5ead3fbdc97081ce77ab547c615a | |
parent | 18da63602d9b030efbdf645581f32fa4931bcba2 (diff) |
staging plugin
Change-Id: I35ea117d94012586386e9aa12b3500e43c44dae1
Signed-off-by: Lusheng <lji@research.att.com>
-rw-r--r-- | pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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> |