From 1ae0c8d11018ac804be96062c34fcf0d9015ef35 Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Sat, 13 Aug 2016 14:10:39 +0800 Subject: Initial code import Change-Id: I839b84e5600aedece6c33deb16bec1bf9dbb61df Signed-off-by: HuabingZhao --- openresty-ext/pom.xml | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 openresty-ext/pom.xml (limited to 'openresty-ext/pom.xml') diff --git a/openresty-ext/pom.xml b/openresty-ext/pom.xml new file mode 100644 index 0000000..b5aee8c --- /dev/null +++ b/openresty-ext/pom.xml @@ -0,0 +1,97 @@ + + + + + + org.openo.msb.msb-core + msb-core-parent + 1.0.0-SNAPSHOT + + + + 4.0.0 + org.openo.msb.msb-core + openresty-ext + 1.0.0-SNAPSHOT + openo/msb/msb-core/openresty-ext + pom + + + target/assembly + openresty-ext + + + + + + maven-resources-plugin + + true + + + + copy-resources + process-resources + + copy-resources + + + ${outputdir} + + + src/assembly/resources/ + false + + **/* + + + + true + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + distribution + package + + run + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg