aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/VES')
-rw-r--r--vnfs/VES/pom.xml15
1 files changed, 2 insertions, 13 deletions
diff --git a/vnfs/VES/pom.xml b/vnfs/VES/pom.xml
index da8d0ea4..2c103a30 100644
--- a/vnfs/VES/pom.xml
+++ b/vnfs/VES/pom.xml
@@ -17,6 +17,7 @@
<plugin>
<artifactId>maven-jar-plugin</artifactId>
+ <version>2.3.2</version>
<executions>
<execution>
<id>default-jar</id>
@@ -45,24 +46,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8.1</version>
<configuration>
<skip>false</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>