diff options
author | platania <platania@research.att.com> | 2017-03-07 16:05:11 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-03-07 16:05:11 -0500 |
commit | 0ec6fd4d406b8cf052cc9571c621f235b281a611 (patch) | |
tree | 8e6c869ff78edead1fe2a432fed00f403b4c47a7 /vnfs/honeycomb_plugin | |
parent | c3a3d6286bf390087295b462a9c082c65268b3a8 (diff) |
resolve dependency in HC POM
Change-Id: I8f8a7105e9526cad31066178ab5d8ba2c2802c38
Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'vnfs/honeycomb_plugin')
-rw-r--r-- | vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml | 2 | ||||
-rwxr-xr-x | vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml | 2 |
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> |