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
The following commit(s) were added to refs/heads/master by this push: new 8dd3a59 Fix Maven warning new 830cebc Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-logging.git 8dd3a59 is described below commit 8dd3a59429d1fe1500bc7bf4d00a1a3b383a8200 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Oct 26 11:58:35 2023 -0400 Fix Maven warning [WARNING] Parameter 'headerFile' is unknown for plugin 'maven-checkstyle-plugin:3.2.2:check (default-cli)' --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index cac141c..ec1202a 100644 --- a/pom.xml +++ b/pom.xml @@ -474,7 +474,6 @@ under the License. <configuration> <configLocation>${basedir}/checkstyle.xml</configLocation> <enableRulesSummary>false</enableRulesSummary> - <headerFile>${basedir}/checkstyle-header.txt</headerFile> </configuration> </plugin> @@ -522,7 +521,6 @@ under the License. <configuration> <configLocation>${basedir}/checkstyle.xml</configLocation> <enableRulesSummary>false</enableRulesSummary> - <headerFile>${basedir}/checkstyle-header.txt</headerFile> </configuration> </plugin> <plugin>