From e4a8f92f825d28ec3f03834ec293ef12c57419dc Mon Sep 17 00:00:00 2001 From: platania Date: Mon, 20 Feb 2017 09:46:34 -0500 Subject: Add deploy and install plugin versions Change-Id: If1efa47f7bb5ff70ce22e3d2c4bb54db08c39780 Signed-off-by: platania --- vnfs/.DS_Store | Bin 10244 -> 10244 bytes vnfs/VES/pom.xml | 15 ++------------- vnfs/VESreporting_vFW/pom.xml | 15 ++------------- vnfs/VESreporting_vLB/pom.xml | 15 ++------------- vnfs/honeycomb_plugin/.DS_Store | Bin 6148 -> 6148 bytes vnfs/honeycomb_plugin/sample_plugin/.DS_Store | Bin 8196 -> 10244 bytes .../sample_plugin/parent-pom/.DS_Store | Bin 0 -> 6148 bytes .../sample_plugin/parent-pom/pom.xml | 15 --------------- vnfs/honeycomb_plugin/sample_plugin/pom.xml | 12 ------------ vnfs/vFW/.DS_Store | Bin 8196 -> 8196 bytes vnfs/vFW/pg_streams/pom.xml | 15 ++------------- vnfs/vLB/.DS_Store | Bin 10244 -> 10244 bytes vnfs/vLB/DNSClient/pom.xml | 18 +++--------------- vnfs/vLB/DNSManager/pom.xml | 18 +++--------------- vnfs/vLB/dns_streams/pom.xml | 14 ++------------ 15 files changed, 16 insertions(+), 121 deletions(-) create mode 100644 vnfs/honeycomb_plugin/sample_plugin/parent-pom/.DS_Store (limited to 'vnfs') diff --git a/vnfs/.DS_Store b/vnfs/.DS_Store index 2f3daafe..c4de1313 100644 Binary files a/vnfs/.DS_Store and b/vnfs/.DS_Store differ 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 @@ maven-jar-plugin + 2.3.2 default-jar @@ -45,24 +46,12 @@ org.apache.maven.plugins maven-deploy-plugin + 2.8.1 false - - org.codehaus.mojo - exec-maven-plugin - - true - - - - none - - - - diff --git a/vnfs/VESreporting_vFW/pom.xml b/vnfs/VESreporting_vFW/pom.xml index c1fb551f..9e712e5d 100644 --- a/vnfs/VESreporting_vFW/pom.xml +++ b/vnfs/VESreporting_vFW/pom.xml @@ -16,6 +16,7 @@ maven-jar-plugin + 2.3.2 default-jar @@ -43,24 +44,12 @@ org.apache.maven.plugins maven-deploy-plugin + 2.8.1 false - - org.codehaus.mojo - exec-maven-plugin - - true - - - - none - - - - 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 @@ maven-jar-plugin + 2.3.2 default-jar @@ -43,24 +44,12 @@ org.apache.maven.plugins maven-deploy-plugin + 2.8.1 false - - org.codehaus.mojo - exec-maven-plugin - - true - - - - none - - - - diff --git a/vnfs/honeycomb_plugin/.DS_Store b/vnfs/honeycomb_plugin/.DS_Store index 5bdc9e5a..6febf681 100644 Binary files a/vnfs/honeycomb_plugin/.DS_Store and b/vnfs/honeycomb_plugin/.DS_Store differ diff --git a/vnfs/honeycomb_plugin/sample_plugin/.DS_Store b/vnfs/honeycomb_plugin/sample_plugin/.DS_Store index 0c92e6f3..3c79254d 100644 Binary files a/vnfs/honeycomb_plugin/sample_plugin/.DS_Store and b/vnfs/honeycomb_plugin/sample_plugin/.DS_Store differ diff --git a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/.DS_Store b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/.DS_Store new file mode 100644 index 00000000..5d56db6b Binary files /dev/null and b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/.DS_Store differ diff --git a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml index cb3903a9..352d4476 100644 --- a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml +++ b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml @@ -226,21 +226,6 @@ done - - - - org.codehaus.mojo - exec-maven-plugin - - true - - - - none - - - - diff --git a/vnfs/honeycomb_plugin/sample_plugin/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/pom.xml index 8702d240..40a792b4 100755 --- a/vnfs/honeycomb_plugin/sample_plugin/pom.xml +++ b/vnfs/honeycomb_plugin/sample_plugin/pom.xml @@ -53,18 +53,6 @@ true - - org.codehaus.mojo - exec-maven-plugin - - true - - - - none - - - diff --git a/vnfs/vFW/.DS_Store b/vnfs/vFW/.DS_Store index 7ada677e..97cfa332 100644 Binary files a/vnfs/vFW/.DS_Store and b/vnfs/vFW/.DS_Store differ diff --git a/vnfs/vFW/pg_streams/pom.xml b/vnfs/vFW/pg_streams/pom.xml index 9c505ab8..e3f707cd 100644 --- a/vnfs/vFW/pg_streams/pom.xml +++ b/vnfs/vFW/pg_streams/pom.xml @@ -17,6 +17,7 @@ maven-jar-plugin + 2.3.2 default-jar @@ -44,24 +45,12 @@ org.apache.maven.plugins maven-deploy-plugin + 2.8.1 false - - org.codehaus.mojo - exec-maven-plugin - - true - - - - none - - - - diff --git a/vnfs/vLB/.DS_Store b/vnfs/vLB/.DS_Store index 6f9c5d55..17638039 100644 Binary files a/vnfs/vLB/.DS_Store and b/vnfs/vLB/.DS_Store differ diff --git a/vnfs/vLB/DNSClient/pom.xml b/vnfs/vLB/DNSClient/pom.xml index 3084f9c3..6c31f4c8 100644 --- a/vnfs/vLB/DNSClient/pom.xml +++ b/vnfs/vLB/DNSClient/pom.xml @@ -8,7 +8,7 @@ 4.0.0 - org.openecomp.demo.vnf.vlb + org.openecomp.demo.vnf.lb dns-client DNS Client jar @@ -31,6 +31,7 @@ org.apache.maven.plugins maven-deploy-plugin + 2.8.1 false @@ -39,24 +40,11 @@ org.apache.maven.plugins maven-install-plugin + 2.5.2 false - - - org.codehaus.mojo - exec-maven-plugin - - true - - - - none - - - - diff --git a/vnfs/vLB/DNSManager/pom.xml b/vnfs/vLB/DNSManager/pom.xml index 17f3b143..be2c52d0 100644 --- a/vnfs/vLB/DNSManager/pom.xml +++ b/vnfs/vLB/DNSManager/pom.xml @@ -8,7 +8,7 @@ 4.0.0 - org.openecomp.demo.vnf.vlb + org.openecomp.demo.vnf.lb dns-manager DNS Manager jar @@ -31,6 +31,7 @@ org.apache.maven.plugins maven-deploy-plugin + 2.8.1 false @@ -39,24 +40,11 @@ org.apache.maven.plugins maven-install-plugin + 2.5.2 false - - - org.codehaus.mojo - exec-maven-plugin - - true - - - - none - - - - diff --git a/vnfs/vLB/dns_streams/pom.xml b/vnfs/vLB/dns_streams/pom.xml index 86a18781..5df7763e 100644 --- a/vnfs/vLB/dns_streams/pom.xml +++ b/vnfs/vLB/dns_streams/pom.xml @@ -17,6 +17,7 @@ maven-jar-plugin + 2.3.2 default-jar @@ -45,23 +46,12 @@ org.apache.maven.plugins maven-deploy-plugin + 2.8.1 false - - org.codehaus.mojo - exec-maven-plugin - - true - - - - none - - - -- cgit 1.2.3-korg