You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/21 14:50:01 UTC

[commons-imaging] 01/02: Exclude Maven target folder from checkstyle

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 <ga...@gmail.com>
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>