aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorplatania <platania@research.att.com>2017-02-20 09:46:34 -0500
committerplatania <platania@research.att.com>2017-02-20 09:48:01 -0500
commite4a8f92f825d28ec3f03834ec293ef12c57419dc (patch)
treea92527625fe52860195ca1d70bdda7de5c894696 /pom.xml
parenta5707488482996cdef4f57c8b71437b9bc572d37 (diff)
Add deploy and install plugin versions
Change-Id: If1efa47f7bb5ff70ce22e3d2c4bb54db08c39780 Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 4b361cab..533f06d1 100755
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
</prerequisites>
<modules>
- <!--module>vnfs/honeycomb_plugin/sample_plugin</module-->
+ <module>vnfs/honeycomb_plugin/sample_plugin</module>
<module>vnfs/vFW/pg_streams</module>
<module>vnfs/vLB/dns_streams</module>
<module>vnfs/vLB/DNSClient</module>
@@ -29,6 +29,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8.1</version>
<configuration>
<skip>true</skip>
</configuration>
@@ -36,6 +37,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
+ <version>2.5.2</version>
<configuration>
<skip>true</skip>
</configuration>