aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2019-03-05 16:13:54 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2019-05-01 20:56:36 +0000
commit0c0f4367e4a59fd4b8d46979852c656f975cc35c (patch)
tree32c8b0347b387897878375e55ecea08398b995e2
parente26a9900cc5bae1321e652812ada768020c6cb4a (diff)
Disable nexus-staging-maven-plugin
Do not use nexus-staging-maven-plugin since lftools will make the push of the artifacts in the new gerrit-maven-stage job Change-Id: I383e5a0dde097af842c57788c012c1e74ba13442 Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> (cherry picked from commit 712d81ffb6b6b10465b597b5fffd464b0d8ddfc3)
-rw-r--r--pom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index 5170580..b165d7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,17 +67,6 @@
<pluginManagement>
<plugins>
<plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
- <extensions>true</extensions>
- <configuration>
- <nexusUrl>${onap.nexus.url}</nexusUrl>
- <stagingProfileId>176c31dfe190a</stagingProfileId>
- <serverId>ecomp-staging</serverId>
- </configuration>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<!-- This version supports the "deployAtEnd" parameter -->