Remove usage of maven staging plugin 12/87812/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 15 May 2019 20:50:58 +0000 (13:50 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 15 May 2019 20:50:58 +0000 (13:50 -0700)
This plugin will be deprecated soon. We need to remove
the usage of it and migrate to use gerrit-maven-stage jobs
from global-jjb.

After this change is merged, we need to:
- merge https://gerrit.onap.org/r/#/c/77825/
- Verify this new job works as expected
- Remove release-java-daily jobs

Change-Id: I70197990e29b90090390e2493f6ac7a134bb8f37
Issue-ID: CIMAN-240
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
pom.xml

diff --git a/pom.xml b/pom.xml
index 012d147..5573771 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                                                </execution>
                                                                </executions>
                                                </plugin>
-                                               <plugin>
-                                                               <groupId>org.sonatype.plugins</groupId>
-                                                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                                                               <version>1.6.7</version>
-                                                               <extensions>true</extensions>
-                                                               <configuration>
-                                                                               <nexusUrl>https://nexus.onap.org</nexusUrl>
-                                                                               <stagingProfileId>176c31dfe190a</stagingProfileId>
-                                                                               <serverId>ecomp-staging</serverId>
-                                                                               <skipNexusStagingDeployMojo>${skip.staging.artifacts}</skipNexusStagingDeployMojo>
-                                                               </configuration>
-                                               </plugin>
-
                                                <plugin>
                                                                <groupId>org.apache.maven.plugins</groupId>
                                                                <artifactId>maven-surefire-plugin</artifactId>