From 6fe012996b4268dabec632607411f78344c53c75 Mon Sep 17 00:00:00 2001 From: qinlihan Date: Mon, 17 Apr 2017 13:51:18 +0800 Subject: [PATCH] remove binaries Change-Id: I4301fe2e1c699d20e9360c193e9fdfe0866e49ce Issue-id: TOSCA-227 Signed-off-by: qinlihan --- .../wso2bpel-core/distribution/standalone/pom.xml | 100 ++++++++++++++++++++- 1 file changed, 96 insertions(+), 4 deletions(-) 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 -- 2.16.6