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/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 5d89bb0 [Improvement][alert] Improvement alert plugin dist. (#4731)
5d89bb0 is described below
commit 5d89bb0f5a9e9f32131047d493882bb97575d062
Author: zhuangchong <[email protected]>
AuthorDate: Mon Feb 8 23:13:27 2021 +0800
[Improvement][alert] Improvement alert plugin dist. (#4731)
* imp dev alert plugin dist.
* update xml code style.
* update xml code style.
---
.../src/main/assembly/dolphinscheduler-binary.xml | 9 +++++++++
.../src/main/assembly/dolphinscheduler-nginx.xml | 8 ++++++++
2 files changed, 17 insertions(+)
diff --git
a/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-binary.xml
b/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-binary.xml
index 34f2cd2..9eff2b1 100644
--- a/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-binary.xml
+++ b/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-binary.xml
@@ -151,6 +151,15 @@
<outputDirectory>.</outputDirectory>
</fileSet>
+ <!--alert plugin-->
+ <fileSet>
+
<directory>${basedir}/../dolphinscheduler-dist/target/dolphinscheduler-dist-${project.version}</directory>
+ <includes>
+ <include>**/*.*</include>
+ </includes>
+ <outputDirectory>.</outputDirectory>
+ </fileSet>
+
<fileSet>
<directory>${basedir}/../dolphinscheduler-ui/dist</directory>
<includes>
diff --git a/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-nginx.xml
b/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-nginx.xml
index b47a0ae..d5aa020 100644
--- a/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-nginx.xml
+++ b/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-nginx.xml
@@ -150,6 +150,14 @@
</includes>
<outputDirectory>.</outputDirectory>
</fileSet>
+ <!--alert plugin-->
+ <fileSet>
+
<directory>${basedir}/../dolphinscheduler-dist/target/dolphinscheduler-dist-${project.version}</directory>
+ <includes>
+ <include>**/*.*</include>
+ </includes>
+ <outputDirectory>.</outputDirectory>
+ </fileSet>
<fileSet>
<directory>${basedir}/../dolphinscheduler-ui/dist</directory>