aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-07-02 16:44:24 -0400
committerJimmy Forsyth <jf2512@att.com>2019-07-02 16:44:27 -0400
commit8bb78722943797bbf8b89a4f562064c6a9de0b96 (patch)
tree66b7d9b955eb3d86aebef8f0c0990eaa1bb66f5a
parent2be19d7c48d8b66c44115072200226e273227862 (diff)
Remove staging deploy plugin
Issue-ID: AAI-2485 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I98b4cf4c599c9e0da767d583cf916c7583a23a0b
-rw-r--r--pom.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 1c5d0cb..d376121 100644
--- a/pom.xml
+++ b/pom.xml
@@ -255,15 +255,8 @@ limitations under the License.
<version>3.6</version>
</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>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>