Remove staging deploy plugin 10/90810/1
authorJimmy Forsyth <jf2512@att.com>
Tue, 2 Jul 2019 20:44:24 +0000 (16:44 -0400)
committerJimmy Forsyth <jf2512@att.com>
Tue, 2 Jul 2019 20:44:27 +0000 (16:44 -0400)
Issue-ID: AAI-2485
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I98b4cf4c599c9e0da767d583cf916c7583a23a0b

pom.xml

diff --git a/pom.xml b/pom.xml
index 1c5d0cb..d376121 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -255,15 +255,8 @@ limitations under the License.
             <version>3.6</version>
          </plugin>
          <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>
+           <groupId>org.apache.maven.plugins</groupId>
+           <artifactId>maven-deploy-plugin</artifactId>
          </plugin>
          <plugin>
             <groupId>org.codehaus.mojo</groupId>