Maven staging plugin removed 49/91349/2
authorTomasz Golabek <tomasz.golabek@nokia.com>
Fri, 12 Jul 2019 11:29:57 +0000 (13:29 +0200)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Sun, 14 Jul 2019 06:13:29 +0000 (06:13 +0000)
Required by global-jjb

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

diff --git a/pom.xml b/pom.xml
index d36afdc..10daf8f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,6 @@
                <sitePath>/content/sites/site/org/onap/sdc/sdc-tosca/${project.version}</sitePath>
                <snapshots.path>snapshots</snapshots.path>
                <releases.path>releases</releases.path>
-               <staging.profile.id>176c31dfe190a</staging.profile.id>
                <!-- Sonar properties -->
                <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
                <sonar.skipDesign>true</sonar.skipDesign>
                                </executions>
                        </plugin>
 
-                       <!-- Staging Plugin -->
-                       <plugin>
-                               <groupId>org.sonatype.plugins</groupId>
-                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                               <version>1.6.7</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <nexusUrl>${nexus.proxy}</nexusUrl>
-                                       <stagingProfileId>${staging.profile.id}</stagingProfileId>
-                                       <serverId>onap-staging</serverId>
-                               </configuration>
-                       </plugin>
-
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-compiler-plugin</artifactId>