aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplatania <platania@research.att.com>2017-03-07 16:17:08 -0500
committerplatania <platania@research.att.com>2017-03-07 16:17:08 -0500
commitcca0c50add665f449d8c14b7f78544c931aa3110 (patch)
tree6369ca5284b9a79b5679918c10ed31fc10bed213
parent0ec6fd4d406b8cf052cc9571c621f235b281a611 (diff)
disabling nexus staging
Change-Id: I1cd17ae6e61e80357296a419f809f8f185815ec4 Signed-off-by: platania <platania@research.att.com>
-rwxr-xr-xpom.xml4
-rwxr-xr-xvnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index bce268fb..8b7acdc1 100755
--- 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>
diff --git a/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml
index c222e7d6..1c6b5d2e 100755
--- a/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml
+++ b/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml
@@ -44,7 +44,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
- <skip>true</skip>
+ <skip>false</skip>
</configuration>
</plugin>