diff options
author | statta <statta@research.att.com> | 2020-04-13 17:53:14 -0400 |
---|---|---|
committer | Sunder Tattavarada <statta@research.att.com> | 2020-04-13 21:58:26 +0000 |
commit | f195b0342572591f6b8917d0900543c1c5d3eac3 (patch) | |
tree | ad8f1d4a610debd7bbe44e9b1f2af339d35f2bf2 | |
parent | 30cd0dcd682824e54eb9e7d9e812fb86dbe30edc (diff) |
Remove Maven Stage Plugin
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>
-rw-r--r-- | ecomp-sdk/pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index c02d6f4b..774769bd 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -285,23 +285,6 @@ </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> |