diff options
author | platania <platania@research.att.com> | 2017-02-20 09:46:34 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-02-20 09:48:01 -0500 |
commit | e4a8f92f825d28ec3f03834ec293ef12c57419dc (patch) | |
tree | a92527625fe52860195ca1d70bdda7de5c894696 /vnfs/VESreporting_vLB | |
parent | a5707488482996cdef4f57c8b71437b9bc572d37 (diff) |
Add deploy and install plugin versions
Change-Id: If1efa47f7bb5ff70ce22e3d2c4bb54db08c39780
Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'vnfs/VESreporting_vLB')
-rw-r--r-- | vnfs/VESreporting_vLB/pom.xml | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/vnfs/VESreporting_vLB/pom.xml b/vnfs/VESreporting_vLB/pom.xml index 51e93976..69c91789 100644 --- a/vnfs/VESreporting_vLB/pom.xml +++ b/vnfs/VESreporting_vLB/pom.xml @@ -16,6 +16,7 @@ <plugin> <artifactId>maven-jar-plugin</artifactId> + <version>2.3.2</version> <executions> <execution> <id>default-jar</id> @@ -43,24 +44,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> |