This is an automated email from the ASF dual-hosted git repository.
codope 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 5b39ac1a02 [HUDI-5285] Exclude *-site.xml files from jar packaging
(#7310)
5b39ac1a02 is described below
commit 5b39ac1a02f158b25ba39000271513203dc6bf4c
Author: Sagar Sumit <[email protected]>
AuthorDate: Tue Nov 29 12:54:17 2022 +0530
[HUDI-5285] Exclude *-site.xml files from jar packaging (#7310)
---
hudi-utilities/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/hudi-utilities/pom.xml b/hudi-utilities/pom.xml
index 6af503395f..ac49ba6f9f 100644
--- a/hudi-utilities/pom.xml
+++ b/hudi-utilities/pom.xml
@@ -72,6 +72,10 @@
</resource>
<resource>
<directory>src/test/resources</directory>
+ <excludes>
+ <exclude>*-site.xml</exclude>
+ </excludes>
+ <filtering>false</filtering>
</resource>
</resources>
</build>