Maven staging plugin removed 31/91331/2
authorTomasz Golabek <tomasz.golabek@nokia.com>
Fri, 12 Jul 2019 10:18:04 +0000 (12:18 +0200)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Sun, 14 Jul 2019 06:14:06 +0000 (06:14 +0000)
Required by global-jjb

Change-Id: I0ceca8fabd5e6c67cf702fbfb4d78866c0df4027
Issue-ID: SDC-2444
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index af82f08..39fbd8e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -367,11 +367,6 @@ Modifications copyright (c) 2018-2019 Nokia
                     <artifactId>maven-compiler-plugin</artifactId>
                     <version>3.8.0</version>
                 </plugin>
-                <plugin>
-                    <groupId>org.sonatype.plugins</groupId>
-                    <artifactId>nexus-staging-maven-plugin</artifactId>
-                    <version>1.6.8</version>
-                </plugin>
                 <plugin>
                     <groupId>com.github.sylvainlaurent.maven</groupId>
                     <artifactId>yaml-json-validator-maven-plugin</artifactId>
@@ -386,19 +381,6 @@ Modifications copyright (c) 2018-2019 Nokia
         </pluginManagement>
 
         <plugins>
-
-            <!-- Staging Plugin -->
-            <plugin>
-                <groupId>org.sonatype.plugins</groupId>
-                <artifactId>nexus-staging-maven-plugin</artifactId>
-                <extensions>true</extensions>
-                <configuration>
-                    <nexusUrl>${nexus.proxy}</nexusUrl>
-                    <stagingProfileId>${staging.profile.id}</stagingProfileId>
-                    <serverId>ecomp-staging</serverId>
-                </configuration>
-            </plugin>
-
             <!-- plugin for parsing the project version -->
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>