This is an automated email from the ASF dual-hosted git repository.
psxjoy pushed a commit to branch release-2.0.0-incubating
in repository https://gitbox.apache.org/repos/asf/fesod.git
The following commit(s) were added to refs/heads/release-2.0.0-incubating by
this push:
new 7dfdb8ed chore: update pom.xml to exclude additional file types from
packaging (#802)
7dfdb8ed is described below
commit 7dfdb8ed01ef9bdc7907770fe39210761bb54d55
Author: Shuxin Pan <[email protected]>
AuthorDate: Wed Jan 14 23:09:44 2026 +0800
chore: update pom.xml to exclude additional file types from packaging (#802)
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index 0f670476..0d53b0ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -532,6 +532,10 @@
<exclude>website/**</exclude>
<exclude>logo.svg</exclude>
<exclude>**/*.md</exclude>
+ <exclude>dist/**</exclude>
+ <exclude>**/*.xlsx</exclude>
+ <exclude>**/*.xls</exclude>
+ <exclude>**/*.csv</exclude>
<exclude>.git/**</exclude>
<exclude>.github/**</exclude>
<exclude>**/target/**</exclude>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]