From 672f3d40be83d9e380fd7be4b674d5e8d5fa36de Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Tue, 25 Jul 2017 15:18:33 +0800 Subject: Divide the MSB source codes into two repos Change-Id: Ie76d545b214a8ce5191f215350a623e1529983d9 Issue-id: MSB-5 Signed-off-by: HuabingZhao --- distributions/msb-apigateway/pom.xml | 191 +++++++++++++++++++++++++++++++++++ 1 file changed, 191 insertions(+) create mode 100644 distributions/msb-apigateway/pom.xml (limited to 'distributions/msb-apigateway/pom.xml') diff --git a/distributions/msb-apigateway/pom.xml b/distributions/msb-apigateway/pom.xml new file mode 100644 index 0000000..0cb4239 --- /dev/null +++ b/distributions/msb-apigateway/pom.xml @@ -0,0 +1,191 @@ + + + + org.onap.msb.apigateway.distributions + distributions-parent + 0.0.1-SNAPSHOT + + 4.0.0 + org.onap.msb.apigateway.distributions + msb-apigateway + 0.0.1-SNAPSHOT + onap/msb/apigateway/distributions/msb-apigateway + pom + + + msb-apigateway + target/version + + + + + linux + + true + + + + org.onap.msb.apigateway.apiroute + apiroute-standalone + zip + ${project.version} + true + + + + + org.onap.msb.apigateway + redis-ext + tar.gz + ${classifier.linux64} + ${project.version} + true + + + + org.onap.msb.apigateway + openresty-ext + tar.gz + ${classifier.linux64} + ${project.version} + true + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpacktolinux64 + + unpack + + prepare-package + + + + org.onap.msb.apigateway.apiroute + apiroute-standalone + zip + + + org.onap.msb.apigateway + redis-ext + tar.gz + ${classifier.linux64} + + + org.onap.msb.apigateway + openresty-ext + tar.gz + ${classifier.linux64} + + + **/*.bat,**/*.cmd,**/*.exe + ${linux64outputdir} + false + true + true + + + + + + + maven-resources-plugin + + + copy-msb-resources-linux + prepare-package + + copy-resources + + + ${linux64outputdir} + true + + + src/assembly/resources/ + false + + **/* + + + **/*.bat + + + + true + + + + copy-resources-dockerfile + process-resources + + copy-resources + + + ${version.output} + true + + + ${dockerFileDir} + false + + **/* + + + + true + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + distribution + package + + run + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg