summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorms236b <ms236b@att.com>2019-05-06 08:15:33 -0400
committerms236b <ms236b@att.com>2019-05-06 08:16:28 -0400
commitb9c5f3539cc25864de7ea2afd7efeb05d44abf26 (patch)
treeb664b8fea51aa89b0f1001b61f6453e0c25de333
parent8cd9a1fd1e1ce724719a46307fbe8aff8feb5f6a (diff)
Fixed the staging plugin
Fixed the staging plugin issue with bp gen Issue-ID: DCAEGEN2-1125 Change-Id: I8d660de5b161a5bb5676e9f68b9d63695777f705 Signed-off-by: ms236b <ms236b@att.com>
-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>