Update POM files
[demo.git] / vnfs / honeycomb_plugin / sample_plugin / pom.xml
index 2da40d3..8702d24 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>
+            <configuration>
+                <skip>true</skip>
+            </configuration>
+            <executions>
+                <execution>
+                    <phase>none</phase>
+                </execution>
+            </executions>
+        </plugin>
     </plugins>
   </build>
+
 </project>