Remove staging plugin master
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Sat, 26 Jan 2019 00:58:41 +0000 (16:58 -0800)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Sat, 26 Jan 2019 00:59:00 +0000 (16:59 -0800)
Issue-ID: CIMAN-1
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
pom.xml

diff --git a/pom.xml b/pom.xml
index eff3649..103ab3c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 <artifactId>versions-maven-plugin</artifactId>
                 <version>1.3.1</version>
             </plugin>
-            <plugin>
-                <groupId>org.sonatype.plugins</groupId>
-                <artifactId>nexus-staging-maven-plugin</artifactId>
-                <version>1.6.7</version>
-                <extensions>true</extensions>
-                <configuration>
-                    <nexusUrl>${nexusproxy}</nexusUrl>
-                    <stagingProfileId>176c31dfe190a</stagingProfileId>
-                    <serverId>ecomp-staging</serverId>
-                </configuration>
-            </plugin>
 
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>