This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit a9a60785f14a8b96e98250dc17d21802de24bc1c 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 ae295553a8..7d5cbb925c 100644 --- a/build.xml +++ b/build.xml @@ -926,6 +926,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]
