This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-email.git

commit 9e250f9a8ac642cc9b17631c66b3ffed725159c6
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 23 09:02:19 2025 -0500

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

diff --git a/pom.xml b/pom.xml
index 33152325..96af417d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -362,11 +362,11 @@
             <groupId>org.apache.rat</groupId>
             <artifactId>apache-rat-plugin</artifactId>
             <configuration>
-              <excludes>
-                <exclude>src/test/resources/eml/**</exclude>
-                
<exclude>src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker</exclude>
-                <exclude>src/test/resources/attachments/logo.pdf</exclude>
-              </excludes>
+              <inputExcludes>
+                <inputExclude>src/test/resources/eml/**</inputExclude>
+                
<inputExclude>src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker</inputExclude>
+                
<inputExclude>src/test/resources/attachments/logo.pdf</inputExclude>
+              </inputExcludes>
             </configuration>
           </plugin>
           <!-- Declaration place matters must be after gpg. -->
@@ -447,9 +447,11 @@
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
                 <configuration>
-                    <excludes>
-                        <exclude>src/test/resources/eml/**</exclude>
-                    </excludes>
+                    <inputExcludes>
+                        <inputExclude>src/test/resources/eml/**</inputExclude>
+                        
<inputExclude>src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker</inputExclude>
+                        
<inputExclude>src/test/resources/attachments/logo.pdf</inputExclude>
+                    </inputExcludes>
                 </configuration>
             </plugin>
             <plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f57b60f0..647290ed 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,6 +26,7 @@
     <release version="1.6.1" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix minor PMD 
violations (Unnecessary qualifier).</action>     
       <!-- 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">Bump 
commons-parent from 65 to 93.</action>

Reply via email to