aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpdragosh <pdragosh@research.att.com>2019-06-06 13:50:01 -0400
committerpdragosh <pdragosh@research.att.com>2019-06-06 13:52:48 -0400
commitbba7e4d2498c1f68cda4605971d0526b96628512 (patch)
treeea60c7af485530d6a7f8ba496c4372ac30d65b86
parent8ff6558772997899f52a6544861f9ed608b08b38 (diff)
Remove nexus staging plugin
Not used Issue-ID: POLICY-1737 Signed-off-by: pdragosh <pdragosh@research.att.com> Change-Id: I3020009b4ba8022eb7dc8f389ae7ff49eee3b33f
-rw-r--r--pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 5b7832bd..b75ac0bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,16 +202,6 @@
</dependencies>
</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>