diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-05-15 15:04:05 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-05-15 15:04:05 -0700 |
commit | f33638238e555e641cfff955fe52497cced7a341 (patch) | |
tree | 9ffed7fba28fad18eb0aef1c8b8392b825eac306 /pom.xml | |
parent | 6e8ffeb634053f128b8300e4b4d7b328474bbac5 (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/77827/
- Verify this new job works as expected
- Remove release-java-daily jobs
Change-Id: I6422713b66707ef7d08c8ccf523e9c32a3eedd5c
Issue-ID: CIMAN-240
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -82,19 +82,6 @@ <skip>true</skip> </configuration> </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> - </configuration> - </plugin> - </plugins> </build> |