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


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

commit 6cf0465da8928c1cdc9fa4be01165974cda5b170
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 23 10:06:24 2025 -0500

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

diff --git a/pom.xml b/pom.xml
index 21f604ec..f25ea9f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,9 +90,10 @@
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <configuration>
-            <excludes combine.children="append">
-              
<exclude>src/test/resources/org/apache/commons/validator/routines/iban_registry_v*.txt</exclude>
-            </excludes>
+            <inputExcludes combine.children="append">
+              
<inputExclude>src/test/resources/org/apache/commons/validator/routines/iban_registry_v*.txt</inputExclude>
+              <inputExclude>site-content/**</inputExclude>
+            </inputExcludes>
           </configuration>
         </plugin>
         <plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b0ed1794..86b8cc3d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,6 +64,7 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
   <release version="1.10.2" 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">Fix Apache RAT 
plugin console warnings.</action>
     <!-- ADD -->
     <!-- UPDATE -->
     <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump org.apache.commons:commons-parent from 92 to 93 #377.</action>

Reply via email to