aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-03-18 13:19:55 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-03-18 13:19:55 -0400
commit212f2fe2dfa6c31dd64b5c7defe66ed458cfd4c3 (patch)
tree2f828972f7bd2d225c46ed000bccf13bcbea975b
parentfc013e3622d743a3f559cb2ce20311c83e7e8112 (diff)
Remove staging plugin from top level pom.xml0.4.1
Remove staging plugin from pom.xml. It should be part of a build profile in the odlparent pom. Change-Id: Ib948ff6dbf8c07bce690a33903fe1c10844dbb87 Issue-ID: CCSDK-1156 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rw-r--r--pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index f705e2c2..1b7d85d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,16 +88,6 @@
<skipTests>false</skipTests>
</configuration>
</plugin>
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <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>