From 3075304c7f0a4814e2de297fb6ca54e48ffe7b91 Mon Sep 17 00:00:00 2001 From: Murali-P Date: Mon, 30 Jan 2017 20:25:40 +0530 Subject: VNF SDK Function test init Code Resolved:VNFSDK-21 Function test base code Change-Id: Ib8070d0549acdea4775bd325c5a282d5e2a708e0 Signed-off-by: Murali-P --- distribution/standalone/pom.xml | 160 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 distribution/standalone/pom.xml (limited to 'distribution/standalone/pom.xml') diff --git a/distribution/standalone/pom.xml b/distribution/standalone/pom.xml new file mode 100644 index 0000000..eff47f6 --- /dev/null +++ b/distribution/standalone/pom.xml @@ -0,0 +1,160 @@ + + + + org.openo.vnf-sdk.function-test + distribution + 1.1.0-SNAPSHOT + + + 4.0.0 + standalone + vnfsdk-functest-distribution-standalone + pom + + + openo-vnfsdk-functest + linux64 + win64 + target/assembly/${linux64id} + target/assembly/${win64id} + target/version + + + + + + maven-resources-plugin + + + copy-resources-${linux64id} + process-resources + + copy-resources + + + ${linux64outputdir} + + + src/main/assembly/ + false + + **/* + + + **/*.bat + + + + true + + + + copy-resources-${win64id} + process-resources + + copy-resources + + + ${win64outputdir} + + + src/main/assembly/ + false + + **/* + + + **/*.sh + + + + true + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-jar-${linux64id} + + copy + + prepare-package + + + + org.openo.vnf-sdk.function-test + vnf-sdk-function-test + jar + true + ${linux64outputdir} + vnf-sdk-function-test + + + + + + copy-jar-${win64id} + + copy + + prepare-package + + + + org.openo.vnf-sdk.function-test + vnf-sdk-function-test + jar + true + ${win64outputdir} + vnf-sdk-function-test + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + distribution + package + + run + + + + + + + + + + + + + + + + + + + + + + + + + + + org.openo.vnf-sdk.function-test + vnf-sdk-function-test + ${project.version} + + + -- cgit 1.2.3-korg