This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch chore/rats-exclude-docs in repository https://gitbox.apache.org/repos/asf/struts.git
commit 14165eee6f1d98d40a53b40a7202d8358dd1fc61 Author: Lukasz Lenart <[email protected]> AuthorDate: Mon May 18 14:30:15 2026 +0200 chore(rat): excludes Markdown files in docs/ folder --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index c49003568..5f7427445 100644 --- a/pom.xml +++ b/pom.xml @@ -298,6 +298,7 @@ <exclude>SECURITY.md</exclude> <exclude>AGENTS.md</exclude> <exclude>**/README.md</exclude> + <exclude>docs/**/*.md</exclude> <exclude>src/main/resources/*-LICENSE.txt</exclude> <exclude>src/site/resources/tags/**/*.html</exclude> <exclude>src/test/resources/**/*.txt</exclude>
