This is an automated email from the ASF dual-hosted git repository.
psxjoy pushed a commit to branch release-2.0.0-incubating-rc1
in repository https://gitbox.apache.org/repos/asf/fesod.git
The following commit(s) were added to refs/heads/release-2.0.0-incubating-rc1
by this push:
new 4e7eb69b chore: update pom.xml to exclude additional file types from
assembly (#764)
4e7eb69b is described below
commit 4e7eb69b02115eaf5ce5bfa6f697c7f5a0549718
Author: Shuxin Pan <[email protected]>
AuthorDate: Sat Dec 27 23:43:45 2025 +0800
chore: update pom.xml to exclude additional file types from assembly (#764)
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 4eab60df..a1b41642 100644
--- a/pom.xml
+++ b/pom.xml
@@ -546,6 +546,11 @@
<exclude>.git/**</exclude>
<exclude>.github/**</exclude>
<exclude>**/target/**</exclude>
+ <exclude>**/*.csv</exclude>
+ <exclude>**/*.xls</exclude>
+ <exclude>**/*.xlsx</exclude>
+ <exclude>**/*.jpg</exclude>
+ <exclude>**/licenses/*.txt</exclude>
</excludes>
</configuration>
</plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]