From 4ed15bda06c8e9a407c12d527b8224737ba339d5 Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Sat, 13 Aug 2016 14:10:39 +0800 Subject: Initial code import Change-Id: I839b84e5200aedece6c33deb16bec1bf9dbb61df Signed-off-by: HuabingZhao --- openresty/pom.xml | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 openresty/pom.xml (limited to 'openresty/pom.xml') diff --git a/openresty/pom.xml b/openresty/pom.xml new file mode 100644 index 0000000..97f311f --- /dev/null +++ b/openresty/pom.xml @@ -0,0 +1,99 @@ + + + + + + org.openo.msb.msb-core + msb-core-parent + 1.0.0-SNAPSHOT + + + + 4.0.0 + org.openo.msb.msb-core + openresty + 1.0.0-SNAPSHOT + openo/msb/msb-core/openresty + pom + + + openresty-1.9.15.1-linux64 + openresty-1.9.14.1001-win32 + openresty-1.9.14.1001-win64 + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts-linux64 + package + + attach-artifact + + + + + src/assembly/resources/${openresty.linux64.version}.tar.gz + linux64 + tar.gz + + + + + + attach-artifacts-win32 + package + + attach-artifact + + + + + src/assembly/resources/${openresty.win32.version}.zip + win32 + zip + + + + + + attach-artifacts-win64 + package + + attach-artifact + + + + + src/assembly/resources/${openresty.win64.version}.zip + win64 + zip + + + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg