summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dcae-cli/pom.xml3
-rw-r--r--pom.xml3
2 files changed, 0 insertions, 6 deletions
diff --git a/dcae-cli/pom.xml b/dcae-cli/pom.xml
index b6db3e6..8e2e2fe 100644
--- a/dcae-cli/pom.xml
+++ b/dcae-cli/pom.xml
@@ -49,9 +49,6 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
- <configuration>
- <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
- </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index a63edb5..8a02f68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,9 +55,6 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
- <configuration>
- <skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
- </configuration>
</plugin>
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>