diff options
author | platania <platania@research.att.com> | 2017-03-06 16:19:06 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-03-06 16:19:06 -0500 |
commit | c11a21915879d14b91942bf9106803fd2e765f68 (patch) | |
tree | d558845c2a09e638c7dcce3b38d32532abee88cb /pom.xml | |
parent | 58b0a5b6a132607b363b17653d0f1c34c09e4eed (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-x | pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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> |