Maven staging plugin removed 47/91347/1 master
authorTomasz Golabek <tomasz.golabek@nokia.com>
Fri, 12 Jul 2019 11:26:37 +0000 (13:26 +0200)
committerTomasz Golabek <tomasz.golabek@nokia.com>
Fri, 12 Jul 2019 11:26:37 +0000 (13:26 +0200)
Required by global-jjb

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

diff --git a/pom.xml b/pom.xml
index ce2789c..7e60d40 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,6 @@
         <nexus.snapshot.repository>snapshots</nexus.snapshot.repository>
         <nexus.id.release>ecomp-releases</nexus.id.release>
         <nexus.id.snapshot>ecomp-snapshots</nexus.id.snapshot>
-        <staging.profile.id>176c31dfe190a</staging.profile.id>
 
         <!--tests-->
         <test.skip.ordered>true</test.skip.ordered>
                     </execution>
                 </executions>
             </plugin>          
-                   <plugin>
-                               <groupId>org.sonatype.plugins</groupId>
-                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                               <version>1.6.7</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <nexusUrl>${nexusServer}</nexusUrl>
-                                       <stagingProfileId>${staging.profile.id}</stagingProfileId>
-                                       <serverId>ecomp-staging</serverId>
-                               </configuration>
-                   </plugin>
                    <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-site-plugin</artifactId>