Remove staging plugin from top level pom.xml 04/82604/1 0.4.1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Mon, 18 Mar 2019 17:25:25 +0000 (13:25 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Mon, 18 Mar 2019 17:25:25 +0000 (13:25 -0400)
Remove staging plugin from pom.xml.  It should be part of a build profile in the odlparent
pom.

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

diff --git a/pom.xml b/pom.xml
index d21e9ee..2cd2337 100755 (executable)
--- 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>