diff options
Diffstat (limited to 'vnfs/VES')
-rw-r--r-- | vnfs/VES/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vnfs/VES/pom.xml b/vnfs/VES/pom.xml index 70438e0f..1dbbce02 100644 --- a/vnfs/VES/pom.xml +++ b/vnfs/VES/pom.xml @@ -43,6 +43,19 @@ </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> |