Update POM files
[demo.git] / vnfs / VESreporting_vFW / pom.xml
index 2c1b225..c1fb551 100644 (file)
   </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>