This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit ca87c9a8f0dcd9b0aeb212a0cf1c6fa01e84b1ae 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 563b3a0f8c..fc518cca7b 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> <!-- javax package checks --> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
