This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 5139eccefd97fef17aae739ceebdf6a0d8d7ee17 Author: Mark Thomas <[email protected]> AuthorDate: Tue Jan 13 09:46:32 2026 +0000 Ignore Maven output dirs for Checkstyle checks --- build.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.xml b/build.xml index 04e27f253a..ba14bec40a 100644 --- a/build.xml +++ b/build.xml @@ -933,6 +933,8 @@ <patternset refid="text.files" /> <!-- Exclude developer specific local files --> <exclude name="build.properties" /> + <!-- Exclude Maven output directory --> + <exclude name="target/**"/> </fileset> </checkstyle> <!-- jakarta package checks --> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
