disabling nexus staging 49/1749/1
authorplatania <platania@research.att.com>
Tue, 7 Mar 2017 21:17:08 +0000 (16:17 -0500)
committerplatania <platania@research.att.com>
Tue, 7 Mar 2017 21:17:08 +0000 (16:17 -0500)
Change-Id: I1cd17ae6e61e80357296a419f809f8f185815ec4
Signed-off-by: platania <platania@research.att.com>
pom.xml
vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml

diff --git a/pom.xml b/pom.xml
index bce268f..8b7acdc 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
         </configuration>
       </plugin>
 
-      <plugin>
+      <!--plugin>
         <groupId>org.sonatype.plugins</groupId>
         <artifactId>nexus-staging-maven-plugin</artifactId>
         <version>1.6.7</version>
@@ -71,7 +71,7 @@
           <stagingProfileId>176c31dfe190a</stagingProfileId>
           <serverId>ecomp-staging</serverId>
         </configuration>
-      </plugin>
+      </plugin-->
 
     </plugins>
   </build>
index c222e7d..1c6b5d2 100755 (executable)
@@ -44,7 +44,7 @@
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-deploy-plugin</artifactId>
   <configuration>
-    <skip>true</skip>
+    <skip>false</skip>
   </configuration>
 </plugin>