This is an automated email from the ASF dual-hosted git repository.

yihua pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 283bae48151c chore: Exclude data file from rat-plugin check (#17789)
283bae48151c is described below

commit 283bae48151cec5fc14c2cf105a1354872bcab95
Author: huangxiaoping <[email protected]>
AuthorDate: Thu Jan 8 16:02:42 2026 +0800

    chore: Exclude data file from rat-plugin check (#17789)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index c65cbd3dba8c..1dbfc302754f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -662,6 +662,7 @@
               <exclude>**/dependency-reduced-pom.xml</exclude>
               <exclude>**/test/resources/*.data</exclude>
               <exclude>**/test/resources/*.commit</exclude>
+              <exclude>**/test/resources/**/*.data</exclude>
               <exclude>**/test/resources/**/*.txt</exclude>
               <exclude>**/test/resources/**/*.avsc</exclude>
               <exclude>**/test/resources/**/.zip</exclude>

Reply via email to