diff options
author | pdragosh <pdragosh@research.att.com> | 2019-06-06 13:50:45 -0400 |
---|---|---|
committer | pdragosh <pdragosh@research.att.com> | 2019-06-06 13:53:21 -0400 |
commit | 1c6e9a8e8b4fa260e882348b54f3e748fb19ad4c (patch) | |
tree | 540b6a9b2138be401cf769c2cdc040f7b6268ed5 /pom.xml | |
parent | 62e5a4a553e00d979d17e169c505acf624b11d5e (diff) |
Remove nexus staging plugin
Unused
Issue-ID: POLICY-1737
Change-Id: I3e287ecbca9707d04f566295ebc5d0d430980d81
Signed-off-by: pdragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -185,16 +185,6 @@ </executions> </plugin> <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <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-deploy-plugin</artifactId> <configuration> |