This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 8b55ca94cd [INLONG-8556][Manager] Optimize the location of the
manager-plugins-flink jar package (#8557)
8b55ca94cd is described below
commit 8b55ca94cd20a9a790608aec58ac1841c0061ab7
Author: Hao <[email protected]>
AuthorDate: Tue Jul 18 14:06:14 2023 +0800
[INLONG-8556][Manager] Optimize the location of the manager-plugins-flink
jar package (#8557)
---
inlong-manager/manager-plugins/base/src/main/assembly/assembly.xml | 2 ++
inlong-manager/manager-web/assembly.xml | 1 +
2 files changed, 3 insertions(+)
diff --git a/inlong-manager/manager-plugins/base/src/main/assembly/assembly.xml
b/inlong-manager/manager-plugins/base/src/main/assembly/assembly.xml
index 3465ae947d..2779612f40 100644
--- a/inlong-manager/manager-plugins/base/src/main/assembly/assembly.xml
+++ b/inlong-manager/manager-plugins/base/src/main/assembly/assembly.xml
@@ -60,6 +60,7 @@
<include>flink-*.jar</include>
<include>sort-flink-*.jar</include>
<include>scala-*.jar</include>
+ <include>manager-plugins-flink-v1.13.jar</include>
</includes>
</fileSet>
@@ -71,6 +72,7 @@
<include>flink-*.jar</include>
<include>sort-flink-*.jar</include>
<include>scala-*.jar</include>
+ <include>manager-plugins-flink-v1.15.jar</include>
</includes>
</fileSet>
</fileSets>
diff --git a/inlong-manager/manager-web/assembly.xml
b/inlong-manager/manager-web/assembly.xml
index a54091a3ea..4f808f1f0c 100755
--- a/inlong-manager/manager-web/assembly.xml
+++ b/inlong-manager/manager-web/assembly.xml
@@ -66,6 +66,7 @@
<exclude>*scala*.jar</exclude>
<exclude>flink-*.jar</exclude>
<exclude>sort-flink-*.jar</exclude>
+ <exclude>manager-plugins-flink-*.jar</exclude>
</excludes>
</fileSet>