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-validator.git
commit 0ab7118729d0ca656ff85f7e98be0c1e81289b35 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Dec 1 08:16:26 2023 -0500 Comment TODO --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 87662701..ad9e76aa 100644 --- a/pom.xml +++ b/pom.xml @@ -130,6 +130,7 @@ <artifactId>maven-checkstyle-plugin</artifactId> <configuration> <configLocation>${basedir}/src/conf/checkstyle.xml</configLocation> + <!-- TODO <includeTestSourceDirectory>true</includeTestSourceDirectory> --> <!-- Needed to define config_loc --> <propertyExpansion>config_loc=${basedir}/src/conf</propertyExpansion> <enableRulesSummary>false</enableRulesSummary>