Fixed the staging plugin 27/87027/1
authorms236b <ms236b@att.com>
Mon, 6 May 2019 12:15:33 +0000 (08:15 -0400)
committerms236b <ms236b@att.com>
Mon, 6 May 2019 12:16:28 +0000 (08:16 -0400)
Fixed the staging plugin issue with bp gen

Issue-ID: DCAEGEN2-1125
Change-Id: I8d660de5b161a5bb5676e9f68b9d63695777f705
Signed-off-by: ms236b <ms236b@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 36ea89e..ad3d5cb 100644 (file)
--- 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>