remove nexus-staging maven plugin 21/83521/1
authorTaka Cho <takamune.cho@att.com>
Wed, 27 Mar 2019 19:45:24 +0000 (15:45 -0400)
committerTaka Cho <takamune.cho@att.com>
Wed, 27 Mar 2019 19:46:23 +0000 (15:46 -0400)
remove nexus-staging-maven-plugin
on the top of pom file

Change-Id: I50b22c2d1e8e3e663314f701a22de5471224c5b3
Issue-ID: APPC-1561
Signed-off-by: Taka Cho <takamune.cho@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 4dca189..cc92734 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -553,18 +553,6 @@ limitations under the License.
             </plugins>
         </pluginManagement>
         <plugins>
-            <!--maven staging 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>
             <!-- Javadocs Plugin -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>