This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git
The following commit(s) were added to refs/heads/master by this push:
new 7c380790 Update apache-rat configuration for version 0.17
7c380790 is described below
commit 7c38079037a21ab7d5139cc9eb6ef46835e71543
Author: Alex Herbert <[email protected]>
AuthorDate: Tue Apr 14 14:36:51 2026 +0100
Update apache-rat configuration for version 0.17
Remove use of deprecated <excludes> element.
---
pom.xml | 35 +++++++++--------------------------
1 file changed, 9 insertions(+), 26 deletions(-)
diff --git a/pom.xml b/pom.xml
index a2c31fbc..340806f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -319,24 +319,15 @@
Below should agree with config in <reporting> section, so the site
gets consistent output.
-->
- <excludes combine.children="append">
- <!-- version 0.8 of apache-rat-plugin does not exclude properly
- some default development tools files (see RAT-126) -->
+ <inputExcludes>
<exclude>.ekstazi/**</exclude>
- <exclude>**/site-content/**</exclude>
- <exclude>**/site-content.README</exclude>
- <exclude>**/.classpath</exclude>
- <exclude>**/.project</exclude>
- <exclude>**/.settings/**</exclude>
- <exclude>**/.checkstyle</exclude>
- <exclude>**/target/**</exclude>
<exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
<exclude>src/site/resources/txt/userguide/stress/**</exclude>
<exclude>dist-archive/**</exclude>
- <exclude>**/*.patch</exclude>
- <exclude>**/pdf.*.txt</exclude>
+ <exclude>**/site-content/**</exclude>
+ <exclude>**/site-content.README</exclude>
<exclude>src/conf/revapi/api-changes.json</exclude>
- </excludes>
+ </inputExcludes>
</configuration>
</plugin>
@@ -382,23 +373,15 @@
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<!-- Should agree with apache-rat-plugin config under <build> -->
- <excludes combine.children="append">
- <!-- version 0.8 of apache-rat-plugin does not exclude properly
- some default development tools files (see RAT-126) -->
+ <inputExcludes>
<exclude>.ekstazi/**</exclude>
- <exclude>**/site-content/**</exclude>
- <exclude>**/site-content.README</exclude>
- <exclude>**/.classpath</exclude>
- <exclude>**/.project</exclude>
- <exclude>**/.settings/**</exclude>
- <exclude>**/.checkstyle</exclude>
- <exclude>**/target/**</exclude>
<exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
<exclude>src/site/resources/txt/userguide/stress/**</exclude>
<exclude>dist-archive/**</exclude>
- <exclude>**/*.patch</exclude>
- <exclude>**/pdf.*.txt</exclude>
- </excludes>
+ <exclude>**/site-content/**</exclude>
+ <exclude>**/site-content.README</exclude>
+ <exclude>src/conf/revapi/api-changes.json</exclude>
+ </inputExcludes>
</configuration>
</plugin>
<plugin>