Update POM files
[demo.git] / vnfs / honeycomb_plugin / sample_plugin / pom.xml
index 40a792b..8702d24 100755 (executable)
           <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>