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 --- apiroute/apiroute-standalone/pom.xml | 125 +++++++++++++++++++++++++++++++++++ 1 file changed, 125 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..d304385 --- /dev/null +++ b/apiroute/apiroute-standalone/pom.xml @@ -0,0 +1,125 @@ + + + + + org.onap.msb.apigateway.apiroute + apiroute-parent + 0.0.1-SNAPSHOT + + 4.0.0 + org.onap.msb.apigateway.apiroute + apiroute-standalone + onap/msb/apigateway/apiroute/apiroute-standalone + pom + 0.0.1-SNAPSHOT + + + apiroute + target/assembly/ + + + + + org.onap.msb.apigateway.apiroute + apiroute-service + ${project.version} + true + + + + + + + maven-resources-plugin + + + copy-resources + process-resources + + copy-resources + + + ${outputdir} + true + + + src/assembly/resources/ + false + + **/* + + + + true + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.8 + + + copy-jar + + copy + + prepare-package + + + + org.onap.msb.apigateway.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