Remove staging deploy plugin 07/90807/1
authorJimmy Forsyth <jf2512@att.com>
Tue, 2 Jul 2019 19:49:57 +0000 (15:49 -0400)
committerJimmy Forsyth <jf2512@att.com>
Tue, 2 Jul 2019 19:50:00 +0000 (15:50 -0400)
Issue-ID: AAI-2484
Change-Id: Ib5c4f2051ada78eb0b625ceaaa6ac4ac970366d4
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index edb71ca..bee5d2a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                     </execution>
                 </executions>
             </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>
+           <plugin>
+             <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-deploy-plugin</artifactId>
             </plugin>
-
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>sonar-maven-plugin</artifactId>