diff options
author | pdragosh <pdragosh@research.att.com> | 2019-06-06 13:51:13 -0400 |
---|---|---|
committer | pdragosh <pdragosh@research.att.com> | 2019-06-06 13:53:46 -0400 |
commit | 3b90d560d3beafed560b42364d014123375bdb5a (patch) | |
tree | 45f4d3185d4593ed78c866c69fe306fa27558b0d | |
parent | cb84d7e3179893b8b0aa920b34cf92fbb6c171f5 (diff) |
Remove nexus staging plugin
Not used
Issue-ID: POLICY-1737
Signed-off-by: pdragosh <pdragosh@research.att.com>
Change-Id: Ic2ef8dba1413188175097969788128d60450404f
-rw-r--r-- | pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -93,16 +93,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> |