Maven staging plugin removed
authorTomasz Golabek <tomasz.golabek@nokia.com>
Fri, 12 Jul 2019 10:32:12 +0000 (12:32 +0200)
committerTomasz Golabek <tomasz.golabek@nokia.com>
Fri, 12 Jul 2019 10:32:12 +0000 (12:32 +0200)
Required by global-jjb

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

diff --git a/pom.xml b/pom.xml
index 6d3d412..c619031 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,6 @@
                <sitePath>/content/sites/site/org/onap/sdc/jtosca/${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>