diff options
author | pdragosh <pdragosh@research.att.com> | 2019-06-06 13:48:25 -0400 |
---|---|---|
committer | pdragosh <pdragosh@research.att.com> | 2019-06-06 13:49:06 -0400 |
commit | c657a28325092a721f2d8d9bb7991ae88d2b237e (patch) | |
tree | 3022ad1ac22c10fa6c87a16ce5fd1bc047b6c1cf /pom.xml | |
parent | d815765f830aeae554214e0ededf5d1d51cb97ab (diff) |
Remove nexus staging plugin
No longer used.
Issue-ID: POLICY-1737
Signed-off-by: pdragosh <pdragosh@research.att.com>
Change-Id: Ia85139cbb200d3ca71bcdedd43e2ae838eeb79bb
Signed-off-by: pdragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -182,16 +182,6 @@ </executions> </plugin> <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <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> <configuration> |