diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-03-05 16:13:54 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-03-05 16:15:30 -0800 |
commit | 712d81ffb6b6b10465b597b5fffd464b0d8ddfc3 (patch) | |
tree | 750a25f00c63c06169fe9bd0da14299ffcf078b6 | |
parent | db5e7d54a931bd99e80beac583317a30197ae8ed (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>
-rw-r--r-- | pom.xml | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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 --> |