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


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

commit 4e826b40a47be6d259797f4389ad04a529a5c9f8
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 23 09:04:01 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 280d5ea5..89eb571c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,11 +114,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>
         <plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dc01d266..0b52c6c9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,6 +26,7 @@
       <!-- ADD -->
       <!-- FIX -->
       <action type="update" due-to="Derek Wickern, Gary Gregory" 
dev="ggregory">Handle IllegalArgumentException thrown for invalid email address 
#328.</action>
+      <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT 
plugin console warnings.</action>
       <!-- UPDATE -->
       <action type="update" due-to="Gary Gregory, Dependabot" 
dev="ggregory">Bump commons-parent from 72 to 93 #279, #293, #297, #304, #350, 
#376, #386, #390, #392.</action>
       <action type="update" due-to="Gary Gregory" dev="ggregory">Bump 
org.mockito:mockito-core from 5.13.0 to 5.19.0 #290, #296, #302, #319, #336, 
#338, #344, #353, #366.</action>

Reply via email to