summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpdragosh <pdragosh@research.att.com>2019-06-06 13:51:13 -0400
committerpdragosh <pdragosh@research.att.com>2019-06-06 13:53:46 -0400
commit3b90d560d3beafed560b42364d014123375bdb5a (patch)
tree45f4d3185d4593ed78c866c69fe306fa27558b0d
parentcb84d7e3179893b8b0aa920b34cf92fbb6c171f5 (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.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 0419e8636..566d229b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>