aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-03-21 11:45:33 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-03-21 11:45:33 -0400
commit49a293fbe31254ac8acb5a88f161b6edb59ef6a9 (patch)
treebdda08a8f3319502542ddd6f0825ee64fc31146a
parent020b39a6885a7525d3ca46ad5bf2c7755d48e906 (diff)
Remove staging plugin1.5.0
Remove staging plugin from top level pom Change-Id: I9d005782bd3f768060e19570970554b703bb496b Issue-ID: SDNC-704 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: b490834581b6f24c4a4831c8afc9247d2e484064
-rwxr-xr-xpom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index 449551ac..ac2c242e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -58,17 +58,6 @@
<skipTests>false</skipTests>
</configuration>
</plugin>
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
- <extensions>true</extensions>
- <configuration>
- <nexusUrl>https://${onap.nexus.host}</nexusUrl>
- <stagingProfileId>${onap.nexus.staging.profile-id}</stagingProfileId>
- <serverId>${onap.nexus.staging.server-id}</serverId>
- </configuration>
- </plugin>
</plugins>
</build>