This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
commit 9d635954e89827685b0be2b04813327543c85186 Author: Gary Gregory <[email protected]> AuthorDate: Tue Mar 21 10:49:49 2023 -0400 Exclude Maven target folder from checkstyle --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index cfb1dffd..25321f5a 100644 --- a/pom.xml +++ b/pom.xml @@ -157,6 +157,7 @@ <suppressionsLocation>${basedir}/checkstyle-suppressions.xml</suppressionsLocation> <includeTestSourceDirectory>false</includeTestSourceDirectory> <enableRulesSummary>false</enableRulesSummary> + <excludes>target/**</excludes> </configuration> </plugin> <plugin>
