From 6be48e1015bc20005ed31f8b857842a59e1c9dfa Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Mon, 19 Sep 2016 15:57:16 +0800 Subject: Add scripts for external API gateway Change-Id: Ice85f6277d0a0d54e00c60a08c687b4ba6b22183 Signed-off-by: HuabingZhao --- msb-core/distributions/standalone/pom.xml | 102 ++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) (limited to 'msb-core/distributions/standalone/pom.xml') diff --git a/msb-core/distributions/standalone/pom.xml b/msb-core/distributions/standalone/pom.xml index ee17e28..b502b36 100644 --- a/msb-core/distributions/standalone/pom.xml +++ b/msb-core/distributions/standalone/pom.xml @@ -96,6 +96,13 @@ ${project.version} true + + org.openo.common-services.microservice-bus + eag-openresty-ext + zip + ${project.version} + true + @@ -225,6 +232,35 @@ true + + + eag-unpacktolinux64 + + unpack + + prepare-package + + + + org.openo.common-services.microservice-bus + openresty + tar.gz + linux64 + + + org.openo.common-services.microservice-bus + eag-openresty-ext + zip + + + **/*.bat,*.cmd + ${linux64outputdir}/eag + false + true + true + + + unpacktowin64 @@ -268,6 +304,34 @@ true + + + eag-unpacktowin64 + + unpack + + prepare-package + + + + org.openo.common-services.microservice-bus + openresty + zip + win64 + + + org.openo.common-services.microservice-bus + eag-openresty-ext + zip + + + *.sh,*/*.sh,*/*/*.sh + ${win64outputdir}/eag + false + true + true + + @@ -275,6 +339,44 @@ org.apache.maven.plugins maven-antrun-plugin + + + prepare-eag-openresty-linux + prepare-package + + run + + + + + + + + + + + + + prepare-eag-openresty-win + prepare-package + + run + + + + + + + + + + + + distribution package -- cgit 1.2.3-korg