aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpdragosh <pdragosh@research.att.com>2019-06-06 13:48:25 -0400
committerpdragosh <pdragosh@research.att.com>2019-06-06 13:49:06 -0400
commitc657a28325092a721f2d8d9bb7991ae88d2b237e (patch)
tree3022ad1ac22c10fa6c87a16ce5fd1bc047b6c1cf
parentd815765f830aeae554214e0ededf5d1d51cb97ab (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>
-rw-r--r--pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 3c3871e1..0cc0d86f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>