Maven staging plugin removed 50/91350/1
authorTomasz Golabek <tomasz.golabek@nokia.com>
Fri, 12 Jul 2019 11:31:53 +0000 (13:31 +0200)
committerTomasz Golabek <tomasz.golabek@nokia.com>
Fri, 12 Jul 2019 11:31:53 +0000 (13:31 +0200)
Required by global-jjb

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

diff --git a/pom.xml b/pom.xml
index 3dabefa..97ebf89 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,6 @@
         <nexus.registry>nexus3.onap.org:10001</nexus.registry>
         <nexus.proxy>https://nexus.onap.org</nexus.proxy>
         <sitePath>/content/sites/site/org/onap/sdc/workflow/${project.version}</sitePath>
-        <staging.profile.id>176c31dfe190a</staging.profile.id>
     </properties>
 
     <modules>
                     </execution>
                 </executions>
             </plugin>
-
-            <plugin>
-                <groupId>org.sonatype.plugins</groupId>
-                <artifactId>nexus-staging-maven-plugin</artifactId>
-                <version>1.6.8</version>
-                <extensions>true</extensions>
-                <configuration>
-                    <serverId>ecomp-staging</serverId>
-                    <nexusUrl>${nexus.proxy}</nexusUrl>
-                    <stagingProfileId>${staging.profile.id}</stagingProfileId>
-                </configuration>
-            </plugin>
         </plugins>
     </build>