This is an automated email from the ASF dual-hosted git repository.
hezhangjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-toolkit.git
The following commit(s) were added to refs/heads/master by this push:
new 6cfa0f9 Merge pull request #87 from tanvir-ux/fix/rat-excldue-typo
6cfa0f9 is described below
commit 6cfa0f911e047415bca7ddc522d8998049bb3ab9
Author: Tanvir Alam <[email protected]>
AuthorDate: Wed Sep 2 17:47:34 2026 -0700
Merge pull request #87 from tanvir-ux/fix/rat-excldue-typo
Fix excldue typo in apache-rat exclude patterns
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 46479b0..ce1f49e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -623,7 +623,7 @@
<exclude>DISCLAIMER</exclude>
<exclude>.travis.yml</exclude>
<exclude>**/*.md</exclude>
- <excldue>**/*.MD</excldue>
+ <exclude>**/*.MD</exclude>
<exclude>**/target/*</exclude>
<exclude>**/target/**/*</exclude>
<!-- Skip the code style configuration file -->