aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-03-18 13:25:25 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-03-18 13:25:25 -0400
commitc43923c37deb4b74f1a011d08688f2f9fc3fe5e1 (patch)
tree5aa5d273d54fdd3139995cdf846e02351ab7e931
parent271a15d2c98e4bd95963ca4733b469833bbc7905 (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: I04a621fbad9f6d671fdcdedf6ada18d377a2ce28 Issue-ID: CCSDK-1156 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rwxr-xr-xpom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index d21e9eee..2cd2337e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -62,17 +62,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>