Merge "replace bad repo for the docker pull"
[demo.git] / vnfs / honeycomb_plugin / sample_plugin / pom.xml
index 2da40d3..502fdf8 100755 (executable)
@@ -22,7 +22,7 @@
 
   <groupId>org.openecomp.demo.vnf</groupId>
   <artifactId>sample-plugin-aggregator</artifactId>
-  <version>1.0.0</version>
+  <version>1.0.0-SNAPSHOT</version>
   <name>sample-plugin-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
           <skip>true</skip>
         </configuration>
       </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>exec-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>none</phase>
+          </execution>
+        </executions>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+
     </plugins>
   </build>
+
 </project>