Add deploy and install plugin versions
[demo.git] / vnfs / VES / pom.xml
index da8d0ea..2c103a3 100644 (file)
@@ -17,6 +17,7 @@
 
        <plugin>
         <artifactId>maven-jar-plugin</artifactId>
+        <version>2.3.2</version>
         <executions>
           <execution>
             <id>default-jar</id>
 <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>