This is an automated email from the ASF dual-hosted git repository.
tanxinyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
The following commit(s) were added to refs/heads/master by this push:
new f22bffd RATIS-2326 Do not check test/target/** license header when
releasing (#70)
f22bffd is described below
commit f22bffddde7e338388bcd57a80f4bb8f7f817b2a
Author: Potato <[email protected]>
AuthorDate: Sun Sep 14 13:40:54 2025 +0800
RATIS-2326 Do not check test/target/** license header when releasing (#70)
Signed-off-by: OneSizeFitQuorum <[email protected]>
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6cd8702..7497ef9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -266,7 +266,8 @@
<configuration>
<!-- Lets us define more exclusions in child-modules without
overriding these -->
<excludes combine.children="append">
- <exclude>target/*</exclude>
+ <exclude>target/**</exclude>
+ <exclude>test/target/**</exclude>
</excludes>
</configuration>
</plugin>