Update POM files
[demo.git] / vnfs / honeycomb_plugin / sample_plugin / parent-pom / pom.xml
index 16cd604..cb3903a 100644 (file)
@@ -21,8 +21,8 @@
 <parent>
     <groupId>org.openecomp.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.0.0</version>
-    <relativePath>../../../pom.xml</relativePath>
+    <version>1.0.0-SNAPSHOT</version>
+    <relativePath>../../../../pom.xml</relativePath>
 </parent>
 
     <properties>
@@ -226,6 +226,21 @@ done
                         </execution>
                     </executions>
                 </plugin>
+
+                <!-- Disable exec-maven-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>
         </pluginManagement>
     </build>
@@ -241,4 +256,5 @@ done
         </snapshotRepository>
     </distributionManagement>
 -->
+
 </project>