Remove Maven Stage Plugin 88/105788/1
authorstatta <statta@research.att.com>
Mon, 13 Apr 2020 21:53:14 +0000 (17:53 -0400)
committerSunder Tattavarada <statta@research.att.com>
Mon, 13 Apr 2020 21:58:26 +0000 (21:58 +0000)
Issue-ID: PORTAL-855
Change-Id: Ib4829e25d6780516a12cf4a746da8f65e0acb003
Signed-off-by: st782s <st782s@lt-tn1381.ITServices.sbc.com>
Signed-off-by: statta <statta@research.att.com>
ecomp-sdk/pom.xml

index c02d6f4..774769b 100644 (file)
                                </executions>
                        </plugin>
 
-                       <plugin>
-                               <groupId>org.sonatype.plugins</groupId>
-                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                               <!-- defined in oparent <version>1.6.7</version> -->
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <nexusUrl>${nexusproxy}</nexusUrl>
-                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
-                                       <serverId>ecomp-staging</serverId>
-                               </configuration>
-                       </plugin>
-
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-release-plugin</artifactId>
-                               <version>2.5.3</version>
-                       </plugin>
                </plugins>
 
        </build>