summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 36ea89e..ad3d5cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,8 +56,8 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<configuration>
- <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
- <skip>true</skip>
+ <skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
+ <skip>false</skip>
</configuration>
</plugin>
<plugin>