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
The following commit(s) were added to refs/heads/master by this push: new 0ad542fd Declutter root folder of Checkstyle files 0ad542fd is described below commit 0ad542fd92acf2269609982671b839b0c8005593 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Sep 19 11:38:35 2023 -0400 Declutter root folder of Checkstyle files Odd that suppressionsLocation does not resoolve ${}. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4487cf31..76c75d32 100644 --- a/pom.xml +++ b/pom.xml @@ -155,7 +155,7 @@ <artifactId>maven-checkstyle-plugin</artifactId> <configuration> <configLocation>${commons.conf.dir}/checkstyle.xml</configLocation> - <suppressionsLocation>${commons.conf.dir}/checkstyle-suppressions.xml</suppressionsLocation> + <suppressionsLocation>src/conf/checkstyle-suppressions.xml</suppressionsLocation> <includeTestSourceDirectory>false</includeTestSourceDirectory> <enableRulesSummary>false</enableRulesSummary> <excludes>target/**</excludes> @@ -250,7 +250,7 @@ <artifactId>maven-checkstyle-plugin</artifactId> <configuration> <configLocation>${commons.conf.dir}/checkstyle.xml</configLocation> - <suppressionsLocation>${commons.conf.dir}/checkstyle-suppressions.xml</suppressionsLocation> + <suppressionsLocation>src/conf/checkstyle-suppressions.xml</suppressionsLocation> <includeTestSourceDirectory>false</includeTestSourceDirectory> <enableRulesSummary>false</enableRulesSummary> </configuration>