aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VESreporting_vFW/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/VESreporting_vFW/pom.xml')
-rw-r--r--vnfs/VESreporting_vFW/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/vnfs/VESreporting_vFW/pom.xml b/vnfs/VESreporting_vFW/pom.xml
index cf9ee6a8..a62e48fd 100644
--- a/vnfs/VESreporting_vFW/pom.xml
+++ b/vnfs/VESreporting_vFW/pom.xml
@@ -41,6 +41,20 @@
</execution>
</executions>
</plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>none</phase>
+ </execution>
+ </executions>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+
<!--plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>