Remove staging plugin from top level pom.xml
[ccsdk/sli/northbound.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index f705e2c..1b7d85d 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>
-                <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>