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-rdf.git
The following commit(s) were added to refs/heads/master by this push:
new b163b045 Fix Apache RAT plugin console warnings
b163b045 is described below
commit b163b045a16328a58ad3b60ceea9670f8a0e8f6b
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 23 09:55:28 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 70eb81be..fb0f1d15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -299,18 +299,18 @@
<artifactId>apache-rat-plugin</artifactId>
<version>${commons.rat.version}</version>
<configuration>
- <excludes combine.children="append">
- <exclude>.travis.yml</exclude>
- <!-- Eclipse files in examples/ -->
- <exclude>examples/.settings/**</exclude>
- <exclude>examples/.project</exclude>
- <exclude>examples/.classpath</exclude>
- <!-- ServiceLoader file -->
- <exclude>**/META-INF/services/*</exclude>
- <!-- Duplicates of NOTICE and LICENSE -->
- <exclude>**/src/main/resources/NOTICE</exclude>
- <exclude>**/src/main/resources/LICENSE</exclude>
- </excludes>
+ <inputExcludes combine.children="append">
+ <inputExclude>.travis.yml</inputExclude>
+ <!-- Eclipse files in examples/ -->
+ <inputExclude>examples/.settings/**</inputExclude>
+ <inputExclude>examples/.project</inputExclude>
+ <inputExclude>examples/.classpath</inputExclude>
+ <!-- ServiceLoader file -->
+ <inputExclude>**/META-INF/services/*</inputExclude>
+ <!-- Duplicates of NOTICE and LICENSE -->
+ <inputExclude>**/src/main/resources/NOTICE</inputExclude>
+ <inputExclude>**/src/main/resources/LICENSE</inputExclude>
+ </inputExcludes>
</configuration>
</plugin>
<plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4ee30e38..29ae09db 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -34,6 +34,7 @@
<action type="fix" dev="ggregory" due-to="naturzukunft">Fix
AbstractDatasetTest #327.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Replace
unmaintained FindBugs with SpotBugs.</action>
<action type="fix" dev="ggregory" due-to="naturzukunft, Gary
Gregory">stream() implementations should default to being sequential
#328.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT
plugin console warnings.</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 52 to 93 #259, #265, #269, #273, #279,
#353, #377.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
actions/cache from 2.1.4 to 3.0.11 and more #77, #97.</action>