Do not use maven stage plugin 07/87907/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 16 May 2019 17:36:02 +0000 (10:36 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 16 May 2019 17:37:05 +0000 (10:37 -0700)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index cb34006..f2178cc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           </includes>
         </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>