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

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

diff --git a/pom.xml b/pom.xml
index f304f16..96ff1e7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,6 @@
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <java.version>1.8</java.version>
         <nexus.proxy>https://nexus.onap.org</nexus.proxy>
-        <staging.profile.id>176c31dfe190a</staging.profile.id>
         <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
         <sonar.branch>${project.version}</sonar.branch>
     </properties>
                     </dependency>
                 </dependencies>
             </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>ecomp-staging</serverId>
-                </configuration>
-            </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>build-helper-maven-plugin</artifactId>