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/** + + +