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 --- apiroute/apiroute-standalone/pom.xml | 126 +++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 apiroute/apiroute-standalone/pom.xml (limited to 'apiroute/apiroute-standalone/pom.xml') diff --git a/apiroute/apiroute-standalone/pom.xml b/apiroute/apiroute-standalone/pom.xml new file mode 100644 index 0000000..46e59ae --- /dev/null +++ b/apiroute/apiroute-standalone/pom.xml @@ -0,0 +1,126 @@ + + + + + org.openo.msb.msb-core.apiroute + apiroute-parent + 1.0.0-SNAPSHOT + + 4.0.0 + org.openo.msb.msb-core.apiroute + apiroute-standalone + openo/msb/msb-core/apiroute/apiroute-standalone + pom + 1.0.0-SNAPSHOT + + + apiroute-standalone + target/assembly/ + + + + + org.openo.msb.msb-core.apiroute + apiroute-service + ${project.version} + true + + + + + + + maven-resources-plugin + + + copy-resources + process-resources + + copy-resources + + + ${outputdir} + true + + + src/assembly/resource/ + false + + **/* + + + + true + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.8 + + + copy-jar + + copy + + prepare-package + + + + org.openo.msb.msb-core.apiroute + apiroute-service + jar + true + ${outputdir}/apiroute/ + apiroute-service.jar + + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + distribution + package + + run + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg