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/06/11 14:26:15 UTC

[commons-fileupload] branch master updated: Set maven-checkstyle-plugin includeTestSourceDirectory to false

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-fileupload.git


The following commit(s) were added to refs/heads/master by this push:
     new 35a255a  Set maven-checkstyle-plugin includeTestSourceDirectory to false
35a255a is described below

commit 35a255a4744db3d8b70a9abc79b65620bb959d9a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jun 11 10:26:11 2023 -0400

    Set maven-checkstyle-plugin includeTestSourceDirectory to false
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5fc4696..20b177c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -402,7 +402,6 @@
           <configuration>
             <configLocation>${commons.parent.dir}/src/checkstyle/fileupload_checks.xml</configLocation>
             <suppressionsLocation>${commons.parent.dir}/src/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
-            <includeTestSourceDirectory>true</includeTestSourceDirectory>
             <enableRulesSummary>false</enableRulesSummary>
           </configuration>
         </plugin>