From 73978e19892da8522ede5c92986f3bf1c6a9ff5a Mon Sep 17 00:00:00 2001 From: platania Date: Fri, 17 Feb 2017 17:37:35 -0500 Subject: [PATCH] Update POM files Change-Id: I0cccdeefc5397a3f3fee95380b113f12446343f2 Signed-off-by: platania --- .DS_Store | Bin 0 -> 6148 bytes scripts/deploy.sh | 8 ++++---- vnfs/.DS_Store | Bin 10244 -> 10244 bytes vnfs/VES/pom.xml | 13 +++++++++++++ vnfs/VESreporting_vFW/pom.xml | 13 +++++++++++++ vnfs/VESreporting_vLB/pom.xml | 13 +++++++++++++ .../sample_plugin/parent-pom/pom.xml | 15 +++++++++++++++ vnfs/honeycomb_plugin/sample_plugin/pom.xml | 12 ++++++++++++ .../sample_plugin/sample-distribution/pom.xml | 14 -------------- vnfs/vFW/pg_streams/pom.xml | 13 +++++++++++++ vnfs/vLB/.DS_Store | Bin 10244 -> 10244 bytes vnfs/vLB/DNSClient/pom.xml | 16 +++++++++++++++- vnfs/vLB/DNSManager/pom.xml | 16 +++++++++++++++- vnfs/vLB/dns_streams/pom.xml | 12 ++++++++++++ 14 files changed, 125 insertions(+), 20 deletions(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..4627795c3f4c435da8536c5f3ddc3670c435f3cb GIT binary patch literal 6148 zcmeHK&2G~`5T0!fb<>LxRI1d=UXgMLO`#l3+8&W28MQ)f73|t2D_M4AJBg|&k`F!c z7!)Y)f#4l@6mHDyZmPC{D@4_dHS^8>%-a5J?|1+}bcXRW01p6MR6?hL<_|*Sq;s-l zdmKce*BC$rWi&1aQ93u9JD34xV9^+$Z+8VsIE4Zf-1vU;2uFTJgH)AOtMyYXEjte$ zuDGj>H9EXUjgz3CkAo_#hGi!#j&w`KNo4(QSoLTAn>Rq_*=F{h|UcVhoKYYCW^!dxx*Kgm=a}c;~X?bjM20zfbL(3>A zvNX@$;|N7LFoF!uX4@Upbxp_}qGpsbE*b;&<#*Q>?ZWtam;q+szcWDlgG43tE!GD0 z)`3Qs0EqM(p#^=aB`8K(^exr~aRfz}P(%|dY>6REIQC0B&$n0`G~pm@@geM)g{@G8 zK0B^2^>h%vLAJ~QGjN-MWz+O1|L_03{=Xf>EoOijxK|7aXD`_6;4RtQI(KuFYbEMC qR1%t38`L3aY&zBsrQ!`#EjT90LG&%w2C)Z)e*`oQY?y(6%D`{M{JVw# literal 0 HcmV?d00001 diff --git a/scripts/deploy.sh b/scripts/deploy.sh index e1c0bbba..9489d565 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -3,10 +3,10 @@ ########## Define parameters ########## VERSION="1.0.0-SNAPSHOT" -PATH_TO_BOOT="../boot" -PATH_TO_HEAT="../heat" -PATH_TO_VFW="../vnfs/vFW/scripts" -PATH_TO_VLB="../vnfs/vLB/scripts" +PATH_TO_BOOT="boot" +PATH_TO_HEAT="heat" +PATH_TO_VFW="vnfs/vFW/scripts" +PATH_TO_VLB="vnfs/vLB/scripts" BOOT_GROUP_ID="org.openecomp.demo.boot" HEAT_GROUP_ID="org.openecomp.demo.heat" diff --git a/vnfs/.DS_Store b/vnfs/.DS_Store index a74970186cb5e72501ce84c96cbbce25e62eef5d..d4eb784bc67465b6139e8f1687baf29110512fc5 100644 GIT binary patch delta 88 zcmZn(XbIThF2wkA@_Wfu+!EE*M#jcE3dR;jlMMuwm<}JEtRO7Ucx + + org.codehaus.mojo + exec-maven-plugin + + true + + + + none + + + + diff --git a/vnfs/VESreporting_vFW/pom.xml b/vnfs/VESreporting_vFW/pom.xml index 2c1b2254..c1fb551f 100644 --- a/vnfs/VESreporting_vFW/pom.xml +++ b/vnfs/VESreporting_vFW/pom.xml @@ -48,6 +48,19 @@ + + org.codehaus.mojo + exec-maven-plugin + + true + + + + none + + + + diff --git a/vnfs/VESreporting_vLB/pom.xml b/vnfs/VESreporting_vLB/pom.xml index 9d3e7bd3..51e93976 100644 --- a/vnfs/VESreporting_vLB/pom.xml +++ b/vnfs/VESreporting_vLB/pom.xml @@ -48,6 +48,19 @@ + + org.codehaus.mojo + exec-maven-plugin + + true + + + + none + + + + diff --git a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml index 352d4476..cb3903a9 100644 --- a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml +++ b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml @@ -226,6 +226,21 @@ 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 40a792b4..8702d240 100755 --- a/vnfs/honeycomb_plugin/sample_plugin/pom.xml +++ b/vnfs/honeycomb_plugin/sample_plugin/pom.xml @@ -53,6 +53,18 @@ true + + org.codehaus.mojo + exec-maven-plugin + + true + + + + none + + + diff --git a/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml index 0d7e4b17..ae473326 100755 --- a/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml +++ b/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml @@ -1,26 +1,12 @@ - io.fd.honeycomb.common minimal-distribution-parent 1.16.9 ../parent-pom/pom.xml - 4.0.0 org.openecomp.demo.vnf diff --git a/vnfs/vFW/pg_streams/pom.xml b/vnfs/vFW/pg_streams/pom.xml index 3511b6b0..9c505ab8 100644 --- a/vnfs/vFW/pg_streams/pom.xml +++ b/vnfs/vFW/pg_streams/pom.xml @@ -49,6 +49,19 @@ + + org.codehaus.mojo + exec-maven-plugin + + true + + + + none + + + + diff --git a/vnfs/vLB/.DS_Store b/vnfs/vLB/.DS_Store index 9a784d0f5b12d1c2dc21384fc9c9a340edfc9a4c..6f9c5d55ffc9e3ebbb803b81dd34a79e31103b65 100644 GIT binary patch delta 78 zcmZn(XbIThB|Q0q=sFG~V`Ci!V+*6n|Amz%pAb{s>?RVygd)26gqR)YW_E>NESp5< KF``RZGXenh_880n delta 64 zcmZn(XbIThB|N!P+{~u%n`QDUf#%JvqEd`# H(&CH&*(eo~ diff --git a/vnfs/vLB/DNSClient/pom.xml b/vnfs/vLB/DNSClient/pom.xml index 42d987ce..3084f9c3 100644 --- a/vnfs/vLB/DNSClient/pom.xml +++ b/vnfs/vLB/DNSClient/pom.xml @@ -8,7 +8,7 @@ 4.0.0 - org.openecomp.demo.vnf.lb + org.openecomp.demo.vnf.vlb dns-client DNS Client jar @@ -43,6 +43,20 @@ false + + + org.codehaus.mojo + exec-maven-plugin + + true + + + + none + + + + diff --git a/vnfs/vLB/DNSManager/pom.xml b/vnfs/vLB/DNSManager/pom.xml index d77468cc..17f3b143 100644 --- a/vnfs/vLB/DNSManager/pom.xml +++ b/vnfs/vLB/DNSManager/pom.xml @@ -8,7 +8,7 @@ 4.0.0 - org.openecomp.demo.vnf.lb + org.openecomp.demo.vnf.vlb dns-manager DNS Manager jar @@ -43,6 +43,20 @@ 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 8fd807cf..86a18781 100644 --- a/vnfs/vLB/dns_streams/pom.xml +++ b/vnfs/vLB/dns_streams/pom.xml @@ -50,6 +50,18 @@ + + org.codehaus.mojo + exec-maven-plugin + + true + + + + none + + + -- 2.16.6