resolve dependency in HC POM 45/1745/1
authorplatania <platania@research.att.com>
Tue, 7 Mar 2017 21:05:11 +0000 (16:05 -0500)
committerplatania <platania@research.att.com>
Tue, 7 Mar 2017 21:05:11 +0000 (16:05 -0500)
Change-Id: I8f8a7105e9526cad31066178ab5d8ba2c2802c38
Signed-off-by: platania <platania@research.att.com>
vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml
vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml

index 589a0a2..7d99deb 100644 (file)
@@ -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
index 1c6b5d2..c222e7d 100755 (executable)
@@ -44,7 +44,7 @@
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-deploy-plugin</artifactId>
   <configuration>
-    <skip>false</skip>
+    <skip>true</skip>
   </configuration>
 </plugin>