aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2019-05-08 14:16:49 -0700
committerPatrick Brady <patrick.brady@att.com>2019-05-08 14:19:32 -0700
commit307c064bd892691c3db223d363b94e241572450e (patch)
tree4afc48e8dfb169427416f6f65080d0dd6248f71b
parentcea6e5d971f42590491ff8253ddc60fb2f0a2597 (diff)
Remove staging plugin
Remove staging plugin to allow the new jenkins staging jobs to work. Change-Id: Icdfa82b1d5b05c08101a51a208824136b61904d0 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1595
-rw-r--r--CdtProxyService/pom.xml12
-rw-r--r--pom.xml12
2 files changed, 0 insertions, 24 deletions
diff --git a/CdtProxyService/pom.xml b/CdtProxyService/pom.xml
index 679da45..2954820 100644
--- a/CdtProxyService/pom.xml
+++ b/CdtProxyService/pom.xml
@@ -120,18 +120,6 @@
</dependencies>
<build>
<plugins>
- <!--maven staging 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>
<!-- Spring Boot Maven Support -->
<plugin>
<groupId>org.springframework.boot</groupId>
diff --git a/pom.xml b/pom.xml
index 8ffcc36..0e9b081 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,18 +73,6 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<processAllModules>true</processAllModules>
</configuration>
</plugin>
- <!--maven staging 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>
<!-- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>