aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorpdragosh <pdragosh@research.att.com>2019-06-06 13:50:45 -0400
committerpdragosh <pdragosh@research.att.com>2019-06-06 13:53:21 -0400
commit1c6e9a8e8b4fa260e882348b54f3e748fb19ad4c (patch)
tree540b6a9b2138be401cf769c2cdc040f7b6268ed5 /pom.xml
parent62e5a4a553e00d979d17e169c505acf624b11d5e (diff)
Remove nexus staging plugin
Unused Issue-ID: POLICY-1737 Change-Id: I3e287ecbca9707d04f566295ebc5d0d430980d81 Signed-off-by: pdragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index cc0787539..0c1c6077f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,16 +185,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>