summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-03-18 13:04:11 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-03-18 13:04:11 -0400
commit20e9eda25ee9aebbcd5fda7497a0baccb64348af (patch)
treefe2446ee3b75a9107db6499175611a51d60e2eaa /pom.xml
parent0e2eb6a4cfed02d11630215d502e873539c58058 (diff)
Remove staging plugin from top level pom.xml
Remove staging plugin from pom.xml. It should be part of a build profile in the odlparent pom. Change-Id: Ic4cb7a064778a57a7aafb4c82789abd7860cc5a8 Issue-ID: CCSDK-1156 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index 706ad4b64..3312db7e1 100755
--- a/pom.xml
+++ b/pom.xml
@@ -92,17 +92,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>