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

commit b6211f12f595bcf742e22319b72a6b5402f9c8b8
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat May 10 09:43:09 2025 -0400

    Include test sources for maven-checkstyle-plugin
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 0130fd05..b485b634 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,6 +101,7 @@ limitations under the License.
           <configuration>
             <configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
             <enableRulesSummary>false</enableRulesSummary>
+            <includeTestSourceDirectory>true</includeTestSourceDirectory>
           </configuration>
         </plugin>
         <plugin>

Reply via email to