aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplatania <platania@research.att.com>2017-03-07 16:05:11 -0500
committerplatania <platania@research.att.com>2017-03-07 16:05:11 -0500
commit0ec6fd4d406b8cf052cc9571c621f235b281a611 (patch)
tree8e6c869ff78edead1fe2a432fed00f403b4c47a7
parentc3a3d6286bf390087295b462a9c082c65268b3a8 (diff)
resolve dependency in HC POM
Change-Id: I8f8a7105e9526cad31066178ab5d8ba2c2802c38 Signed-off-by: platania <platania@research.att.com>
-rw-r--r--vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml2
-rwxr-xr-xvnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml
index 589a0a2e..7d99deb3 100644
--- a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml
+++ b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml
@@ -26,7 +26,7 @@
</parent>
<properties>
- <nexusproxy>http://nexus.fd.io/content</nexusproxy>
+ <!--nexusproxy>http://nexus.fd.io/content</nexusproxy-->
<start.script.template>
#!/bin/sh -
STATUS=100
diff --git a/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml
index 1c6b5d2e..c222e7d6 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>false</skip>
+ <skip>true</skip>
</configuration>
</plugin>