This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 3c6a73f1463832e8cd3c2af1e87c8179c3d7c167 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 eee2e79aa8..edfeca4870 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]
