You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/05/10 01:44:26 UTC

[dolphinscheduler] branch dev updated: Cleanup of useless files in the binary package lib directory. (#5430)

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 0d8011f  Cleanup of useless files in the binary package lib directory. (#5430)
0d8011f is described below

commit 0d8011f9c1daa2b79dd45b0c80731d6b31ab0f07
Author: zhuangchong <37...@users.noreply.github.com>
AuthorDate: Mon May 10 09:44:17 2021 +0800

    Cleanup of useless files in the binary package lib directory. (#5430)
---
 dolphinscheduler-dist/src/main/assembly/dolphinscheduler-bin.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-bin.xml b/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-bin.xml
index e72402b..ded6fbd 100644
--- a/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-bin.xml
+++ b/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-bin.xml
@@ -216,6 +216,7 @@
             <outputDirectory>lib</outputDirectory>
             <useProjectArtifact>true</useProjectArtifact>
             <excludes>
+                <exclude>org.apache.dolphinscheduler:dolphinscheduler-dist</exclude>
                 <exclude>javax.servlet:servlet-api</exclude>
                 <exclude>org.eclipse.jetty.aggregate:jetty-all</exclude>
                 <exclude>org.slf4j:slf4j-log4j12</exclude>