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-logging.git
commit c7588afa59231066d764f67b4032659a7628c74b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Nov 26 16:13:32 2023 -0500 Move Checkstyle files to src/conf --- pom.xml | 4 ++-- checkstyle-header.txt => src/conf/checkstyle-header.txt | 0 checkstyle.xml => src/conf/checkstyle.xml | 0 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8dcba4e..feef265 100644 --- a/pom.xml +++ b/pom.xml @@ -548,7 +548,7 @@ under the License. <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <configuration> - <configLocation>${basedir}/checkstyle.xml</configLocation> + <configLocation>${basedir}/src/conf/checkstyle.xml</configLocation> <includeTestSourceDirectory>true</includeTestSourceDirectory> <enableRulesSummary>false</enableRulesSummary> </configuration> @@ -663,7 +663,7 @@ under the License. <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <configuration> - <configLocation>${basedir}/checkstyle.xml</configLocation> + <configLocation>${basedir}/src/conf/checkstyle.xml</configLocation> <enableRulesSummary>false</enableRulesSummary> </configuration> </plugin> diff --git a/checkstyle-header.txt b/src/conf/checkstyle-header.txt similarity index 100% rename from checkstyle-header.txt rename to src/conf/checkstyle-header.txt diff --git a/checkstyle.xml b/src/conf/checkstyle.xml similarity index 100% rename from checkstyle.xml rename to src/conf/checkstyle.xml