Update POM files
[demo.git] / vnfs / vLB / dns_streams / pom.xml
index 8fd807c..86a1878 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>