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


The following commit(s) were added to refs/heads/master by this push:
     new a473e9d  Fix the configuration for the Apache Maven RAT plugin to not 
use deprecated XML elements
a473e9d is described below

commit a473e9d801242362f1a6b12583939b1ae7f3fefe
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Nov 18 08:56:33 2025 -0500

    Fix the configuration for the Apache Maven RAT plugin to not use
    deprecated XML elements
---
 pom.xml                 | 34 +++++++++++++++++-----------------
 src/changes/changes.xml |  1 +
 2 files changed, 18 insertions(+), 17 deletions(-)

diff --git a/pom.xml b/pom.xml
index fab610b..75c2e5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -996,26 +996,26 @@
             <excludes combine.children="merge">
             so that the child pom entries replace the parent entries
           -->
-          <excludes combine.children="append">
-            <exclude>site-content/**</exclude>
-            <exclude>.checkstyle</exclude>
-            <exclude>.fbprefs</exclude>
-            <exclude>.pmd</exclude>
-            <exclude>.asf.yaml</exclude>
-            <exclude>.gitattributes</exclude>
-            <exclude>src/site/resources/download_*.cgi</exclude>
+          <inputExcludes combine.children="append">
+            <inputExclude>site-content/**</inputExclude>
+            <inputExclude>.checkstyle</inputExclude>
+            <inputExclude>.fbprefs</inputExclude>
+            <inputExclude>.pmd</inputExclude>
+            <inputExclude>.asf.yaml</inputExclude>
+            <inputExclude>.gitattributes</inputExclude>
+            <inputExclude>src/site/resources/download_*.cgi</inputExclude>
             <!-- Exclude Eclipse local files and folders -->
-            <exclude>maven-eclipse.xml</exclude>
-            <exclude>.externalToolBuilders/**</exclude>
+            <inputExclude>maven-eclipse.xml</inputExclude>
+            <inputExclude>.externalToolBuilders/**</inputExclude>
             <!-- Visual Studio code files -->
-            <exclude>.vscode/**</exclude>
+            <inputExclude>.vscode/**</inputExclude>
             <!-- Exclude files, that are generated by Eclipse-->
-            <exclude>.project</exclude>
-            <exclude>.classpath</exclude>
-            <exclude>.settings/**</exclude>
-            <exclude>**/*.svg</exclude>
-            <exclude>**/*.xcf</exclude>
-          </excludes>
+            <inputExclude>.project</inputExclude>
+            <inputExclude>.classpath</inputExclude>
+            <inputExclude>.settings/**</inputExclude>
+            <inputExclude>**/*.svg</inputExclude>
+            <inputExclude>**/*.xcf</inputExclude>
+          </inputExcludes>
         </configuration>
         <executions>
           <execution>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 49d2d53..bd23cc1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
         <action type="fix" dev="ggregory" due-to="Gary Gregory">POM 
issueManagement/url now reuses the property `commons.jira.id`.</action>
         <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix 
maven-changes-plugin template for Jira issues link.</action>
         <action type="fix" dev="ggregory" due-to="Gary Gregory">POM 
/issueManagement/url now reuses the `commons.repo.name`.</action>
+        <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix the 
configuration for the Apache Maven RAT plugin to not use deprecated XML 
elements.</action>
         <!-- ADD -->
         <!-- UPDATE -->
         <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
com.puppycrawl.tools:checkstyle from 12.1.1 to 12.1.2 on Java 17 and 
up.</action>

Reply via email to