From d5051b0c4b3044002fa030753866a5a63cf740b7 Mon Sep 17 00:00:00 2001 From: infin_caishuxiao Date: Tue, 27 Feb 2018 17:33:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E7=94=A8=E6=9C=8D=E5=8A=A1=E5=8C=96?= =?UTF-8?q?=E9=85=8D=E7=BD=AE,=20=E6=8F=90=E4=BE=9Bbin,=20lib,=20lib/confi?= =?UTF-8?q?g=E5=92=8Clogs=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assembly.xml | 58 +++++++++---------- .../executor-collection-dispatcher/pom.xml | 10 ++++ 2 files changed, 39 insertions(+), 29 deletions(-) diff --git a/infintech-executors/executor-collection-dispatcher/assembly.xml b/infintech-executors/executor-collection-dispatcher/assembly.xml index 1282e177..055f2ba6 100644 --- a/infintech-executors/executor-collection-dispatcher/assembly.xml +++ b/infintech-executors/executor-collection-dispatcher/assembly.xml @@ -10,51 +10,51 @@ ${env} - false + true - jar + tar.gz - ${project.build.outputDirectory} - BOOT-INF/classes - - - conf/** - code-generator/** - + target + lib + + *.jar + - ${project.build.outputDirectory}/conf/${env} - BOOT-INF/classes/ + src/main/resources/bin + bin + 0755 - + + src/main/resources/conf/${env} + lib/config + 0644 + + - ${project.basedir}/src/main/webapp - / + src/main/resources + logs + 0755 + + **/* + - --> - - - - - false - BOOT-INF/lib - - \ No newline at end of file diff --git a/infintech-executors/executor-collection-dispatcher/pom.xml b/infintech-executors/executor-collection-dispatcher/pom.xml index 9f23dca7..e18f693a 100644 --- a/infintech-executors/executor-collection-dispatcher/pom.xml +++ b/infintech-executors/executor-collection-dispatcher/pom.xml @@ -9,6 +9,7 @@ 1.9.1-SNAPSHOT executor-collection-dispatcher + 1.0.0 jar ${project.artifactId} @@ -124,6 +125,15 @@ + + + src/main/resources + true + + mapping/** + + +