Remove staging plugin 13/82813/1 1.5.0
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Wed, 20 Mar 2019 15:17:26 +0000 (11:17 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Wed, 20 Mar 2019 15:17:26 +0000 (11:17 -0400)
Remove staging plugin from top level pom

Change-Id: I9a956fe353de15150c9f5656df6b34d18b5b94c2
Issue-ID: SDNC-704
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 332a0d4..b515543 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                        <skipTests>false</skipTests>
                                </configuration>
                        </plugin>
-                       <plugin>
-                               <groupId>org.sonatype.plugins</groupId>
-                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                               <version>1.6.7</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <nexusUrl>https://${onap.nexus.host}</nexusUrl>
-                                       <stagingProfileId>${onap.nexus.staging.profile-id}</stagingProfileId>
-                                       <serverId>${onap.nexus.staging.server-id}</serverId>
-                               </configuration>
-                       </plugin>
                </plugins>
        </build>