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-codec.git
The following commit(s) were added to refs/heads/master by this push:
new a5d419a8 Fix Apache RAT plugin console warnings
a5d419a8 is described below
commit a5d419a8ae2100cd2b28759864010b31e8728438
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 23 08:45:47 2025 -0500
Fix Apache RAT plugin console warnings
---
pom.xml | 24 ++++++++++++------------
src/changes/changes.xml | 1 +
2 files changed, 13 insertions(+), 12 deletions(-)
diff --git a/pom.xml b/pom.xml
index d694810e..176cc3ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,12 +152,12 @@ limitations under the License.
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
- <excludes>
-
<exclude>src/test/resources/org/apache/commons/codec/bla.tar</exclude>
-
<exclude>src/test/resources/org/apache/commons/codec/bla.tar.xz</exclude>
-
<exclude>src/test/resources/org/apache/commons/codec/empty.bin</exclude>
-
<exclude>src/test/resources/org/apache/commons/codec/small.bin</exclude>
- </excludes>
+ <inputExcludes>
+
<inputExclude>src/test/resources/org/apache/commons/codec/bla.tar</inputExclude>
+
<inputExclude>src/test/resources/org/apache/commons/codec/bla.tar.xz</inputExclude>
+
<inputExclude>src/test/resources/org/apache/commons/codec/empty.bin</inputExclude>
+
<inputExclude>src/test/resources/org/apache/commons/codec/small.bin</inputExclude>
+ </inputExcludes>
</configuration>
</plugin>
<!-- Add Java 9 Automatic-Module-Name -->
@@ -225,12 +225,12 @@ limitations under the License.
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
- <excludes>
-
<exclude>src/test/resources/org/apache/commons/codec/bla.tar</exclude>
-
<exclude>src/test/resources/org/apache/commons/codec/bla.tar.xz</exclude>
-
<exclude>src/test/resources/org/apache/commons/codec/empty.bin</exclude>
-
<exclude>src/test/resources/org/apache/commons/codec/small.bin</exclude>
- </excludes>
+ <inputExcludes>
+
<inputExclude>src/test/resources/org/apache/commons/codec/bla.tar</inputExclude>
+
<inputExclude>src/test/resources/org/apache/commons/codec/bla.tar.xz</inputExclude>
+
<inputExclude>src/test/resources/org/apache/commons/codec/empty.bin</inputExclude>
+
<inputExclude>src/test/resources/org/apache/commons/codec/small.bin</inputExclude>
+ </inputExcludes>
</configuration>
</plugin>
<plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 23ac184f..af0d1bd5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,6 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
<release version="1.20.1" 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 oak leaf
icon references in overview.html when running `mvn clean
javadoc:javadoc`.</action>
+ <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 91 to 93 #415,
#418.</action>