Disable nexus-staging-maven-plugin 44/79744/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 6 Mar 2019 00:13:54 +0000 (16:13 -0800)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 6 Mar 2019 00:15:30 +0000 (16:15 -0800)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 5170580..b165d7c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <build>
     <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>