diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-05-15 13:50:58 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-05-15 13:50:58 -0700 |
commit | 65709fe44fbe796ba3d301fd155e78be8c7c3b58 (patch) | |
tree | c7f5a4fae26fa82bfc8c6bc3599cb65f3256f193 | |
parent | b38821c4136369ef50680b24c55d76ec3898af54 (diff) |
Remove usage of maven staging plugin
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>
-rw-r--r-- | pom.xml | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -922,19 +922,6 @@ </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> <version>2.22.1</version> |