From: qinlihan Date: Mon, 17 Apr 2017 05:51:18 +0000 (+0800) Subject: remove binaries X-Git-Tag: release/mercury~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6fe012996b4268dabec632607411f78344c53c75;p=vfc%2Fnfvo%2Fwfengine.git remove binaries Change-Id: I4301fe2e1c699d20e9360c193e9fdfe0866e49ce Issue-id: TOSCA-227 Signed-off-by: qinlihan --- diff --git a/wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml b/wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml index 00b57ba..80805c2 100644 --- a/wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml +++ b/wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml @@ -39,7 +39,7 @@ - + org.apache.maven.plugins maven-dependency-plugin @@ -145,7 +145,7 @@ wso2bps zip true - ${linux64outputdir}/wso2bps + target/assembly/wso2bps @@ -163,12 +163,104 @@ wso2bps zip true - ${win64outputdir}/wso2bps + target/assembly/wso2bps + + + 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 + + + + copy-ext-resources-${linux64id} + process-resources + + copy-resources + + + ${linux64outputdir}/wso2bps + + + target/assembly/wso2bps/wso2bps-3.5.0 + false + + **/*.bat + + + + true + + + + copy-ext-resources-${win64id} + process-resources + + copy-resources + + + ${win64outputdir}/wso2bps + + + target/assembly/wso2bps/wso2bps-3.5.0 + false + + **/*.sh + + + + true + + + + org.apache.maven.plugins