This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 67dde65 [Improvement-6024][dist] Remove useless packaging commands
(#6029)
67dde65 is described below
commit 67dde65d3207d325d344e472a4be57286a1d379d
Author: mask <[email protected]>
AuthorDate: Wed Aug 25 19:27:16 2021 +0800
[Improvement-6024][dist] Remove useless packaging commands (#6029)
·Remove useless packaging commands in dolphinscheduler-bin.xml
This closes #6024
Co-authored-by: mask <[email protected]>
---
dolphinscheduler-dist/src/main/assembly/dolphinscheduler-bin.xml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-bin.xml
b/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-bin.xml
index ded6fbd..c918aef 100644
--- a/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-bin.xml
+++ b/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-bin.xml
@@ -62,15 +62,6 @@
</fileSet>
<fileSet>
-
<directory>${basedir}/../dolphinscheduler-common/src/main/resources/bin</directory>
- <includes>
- <include>*.*</include>
- </includes>
- <directoryMode>755</directoryMode>
- <outputDirectory>bin</outputDirectory>
- </fileSet>
-
- <fileSet>
<directory>${basedir}/../dolphinscheduler-dao/src/main/resources</directory>
<includes>
<include>**/*.properties</include>