diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-05-16 10:36:02 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-05-16 10:37:05 -0700 |
commit | 66e060ad9d7605e388352c3c25c7ec433d3fa01c (patch) | |
tree | 1ddb7290b2e84351b247685cfe24a846f1af4b4e /pom.xml | |
parent | 8cf23e9111009f360df9215d45118f540ed3fde6 (diff) |
Do not use maven stage plugin
This plugin is about to expire and Sonatype
will not continue supporting it.
Remove this plugin to avoid binaries being
shipped before signing.
Change-Id: I6dc28938fdd43a7bce219c5c89fbe7a2cd83f47e
Issue-ID: CIMAN-250
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -397,16 +397,6 @@ </configuration> </plugin> <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <extensions>true</extensions> - <configuration> - <nexusUrl>${nexusproxy}</nexusUrl> - <stagingProfileId>176c31dfe190a</stagingProfileId> - <serverId>ecomp-staging</serverId> - </configuration> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <dependencies> |