diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-07-02 15:49:57 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-07-02 15:50:00 -0400 |
commit | 319d1d7187626895370b09efcbe8734205b47ea3 (patch) | |
tree | 7093d9d54c8c765816648a1819cb3559318cd135 | |
parent | 797f38d03016c636e5f358e0fee519a46b7a4392 (diff) |
Remove staging deploy plugin
Issue-ID: AAI-2484
Change-Id: Ib5c4f2051ada78eb0b625ceaaa6ac4ac970366d4
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | pom.xml | 14 |
1 files changed, 3 insertions, 11 deletions
@@ -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> |