aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-07-02 15:49:57 -0400
committerJimmy Forsyth <jf2512@att.com>2019-07-02 15:50:00 -0400
commit319d1d7187626895370b09efcbe8734205b47ea3 (patch)
tree7093d9d54c8c765816648a1819cb3559318cd135
parent797f38d03016c636e5f358e0fee519a46b7a4392 (diff)
Remove staging deploy plugin
Issue-ID: AAI-2484 Change-Id: Ib5c4f2051ada78eb0b625ceaaa6ac4ac970366d4 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml14
1 files changed, 3 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index edb71ca..bee5d2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,18 +152,10 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
- <extensions>true</extensions>
- <configuration>
- <nexusUrl>${onap.nexus.url}</nexusUrl>
- <stagingProfileId>176c31dfe190a</stagingProfileId>
- <serverId>ecomp-staging</serverId>
- </configuration>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
</plugin>
-
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>sonar-maven-plugin</artifactId>