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-skin.git


The following commit(s) were added to refs/heads/master by this push:
     new 4331ab4  Fix Apache RAT plugin console warnings
4331ab4 is described below

commit 4331ab4ddc810e574c9340638fc86c12f83d6503
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 23 10:00:08 2025 -0500

    Fix Apache RAT plugin console warnings
---
 pom.xml                 | 10 +++++-----
 src/changes/changes.xml |  1 +
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index f9b8eec..2930de4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,12 +85,12 @@
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
-          <excludes combine.children="append">
+          <inputExcludes combine.children="append">
             <!-- https://jquery.org/license/ specifies this falls under the 
same licence as the containing project. -->
-            <exclude>src/main/resources/js/jquery.min.js</exclude>
-            <exclude>**/*.svg</exclude>
-            <exclude>**/*.xcf</exclude>
-          </excludes>
+            <inputExclude>src/main/resources/js/jquery.min.js</inputExclude>
+            <inputExclude>**/*.svg</inputExclude>
+            <inputExclude>**/*.xcf</inputExclude>
+          </inputExcludes>
         </configuration>
       </plugin>
     </plugins>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 80e9c67..de61dfb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,6 +61,7 @@ The <action> type attribute can be add,update,fix,remove.
     <release version="5.2.1" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
       <!-- FIX -->
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Use HTTPS links 
in site.vm.</action>
+      <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT 
plugin console warnings.</action>
       <!-- ADD -->
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-parent from 89 to 93 #249, #251.</action>

Reply via email to