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-build-plugin.git

commit 8ce8483c4818edb70c7674fccbeccca7f9c8d36e
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 23 14:03:40 2025 -0500

    Fix Apache RAT plugin console warnings
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4923f0d..71e165f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,12 +193,12 @@
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
-          <inputExclude>
+          <inputExcludes>
             <!-- template files which will be inserted into the middle of 
resulting page -->
             
<inputExclude>src/main/resources/commons-xdoc-templates/download-page-body.xml</inputExclude>
             
<inputExclude>src/main/resources/commons-xdoc-templates/download-page-foot.xml</inputExclude>
             
<inputExclude>src/main/resources/commons-xdoc-templates/notice-txt-template.txt</inputExclude>
-          </inputExclude>
+          </inputExcludes>
         </configuration>
       </plugin>
       <plugin>

Reply via email to