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-build-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new d449f37 Fix Apache RAT plugin console warnings
d449f37 is described below
commit d449f378c48b5500c8c3b5c3782b97de34a272a3
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 23 08:43:29 2025 -0500
Fix Apache RAT plugin console warnings
---
pom.xml | 22 ++++++++++------------
src/changes/changes.xml | 1 +
2 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/pom.xml b/pom.xml
index 230d821..4923f0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,13 +166,12 @@
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
- <useDefaultExcludes>true</useDefaultExcludes>
- <excludes>
+ <inputExcludes>
<!-- template files which will be inserted into the middle of
resulting page -->
-
<exclude>src/main/resources/commons-xdoc-templates/download-page-body.xml</exclude>
-
<exclude>src/main/resources/commons-xdoc-templates/download-page-foot.xml</exclude>
-
<exclude>src/main/resources/commons-xdoc-templates/notice-txt-template.txt</exclude>
- </excludes>
+
<inputExclude>src/main/resources/commons-xdoc-templates/download-page-body.xml</inputExclude>
+
<inputExclude>src/main/resources/commons-xdoc-templates/download-page-foot.xml</inputExclude>
+
<inputExclude>src/main/resources/commons-xdoc-templates/notice-txt-template.txt</inputExclude>
+ </inputExcludes>
</configuration>
</plugin>
<plugin>
@@ -194,13 +193,12 @@
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
- <useDefaultExcludes>true</useDefaultExcludes>
- <excludes>
+ <inputExclude>
<!-- template files which will be inserted into the middle of
resulting page -->
-
<exclude>src/main/resources/commons-xdoc-templates/download-page-body.xml</exclude>
-
<exclude>src/main/resources/commons-xdoc-templates/download-page-foot.xml</exclude>
-
<exclude>src/main/resources/commons-xdoc-templates/notice-txt-template.txt</exclude>
- </excludes>
+
<inputExclude>src/main/resources/commons-xdoc-templates/download-page-body.xml</inputExclude>
+
<inputExclude>src/main/resources/commons-xdoc-templates/download-page-foot.xml</inputExclude>
+
<inputExclude>src/main/resources/commons-xdoc-templates/notice-txt-template.txt</inputExclude>
+ </inputExclude>
</configuration>
</plugin>
<plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c5cc460..111249b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -29,6 +29,7 @@
<release version="1.16.1" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action dev="sebb" type="fix" due-to="seshathri044">Tweak README
(grammar and clarity). See:
https://github.com/apache/commons-lang/pull/1442</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT
plugin console warnings.</action>
<!-- ADD -->
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Dependabot, Gary
Gregory">Bump org.apache.commons:commons-parent from 85 to 93 #391, #411,
#412.</action>