This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git
The following commit(s) were added to refs/heads/master by this push:
new 90a1e28 Update RAT config
90a1e28 is described below
commit 90a1e280cccc0f5b2a157de8160c8d5e949ca63e
Author: Mark Thomas <[email protected]>
AuthorDate: Tue May 19 17:09:30 2026 +0100
Update RAT config
---
pom.xml | 26 ++++++++++++--------------
1 file changed, 12 insertions(+), 14 deletions(-)
diff --git a/pom.xml b/pom.xml
index e65447c..ffb8143 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,20 +184,18 @@
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
- <excludes>
- <!-- Free Software (see header) -->
- <exclude>src/native/unix/configure</exclude>
- <!-- GPL with applicable exception that allows ALv2 -->
- <exclude>src/native/unix/support/config.guess</exclude>
- <exclude>src/native/unix/support/config.sub</exclude>
- <!-- Files created by Configure -->
- <!-- Excluded from Git but may be present locally -->
- <exclude>src/native/unix/config.nice</exclude>
- <exclude>src/native/unix/config.status</exclude>
- <exclude>src/native/unix/config.log</exclude>
- <!-- autoconf cache - not included in release -->
- <exclude>src/native/unix/autom4te.cache/**</exclude>
- </excludes>
+ <!-- Free Software (see header) -->
+ <inputExclude>src/native/unix/configure</inputExclude>
+ <!-- GPL with applicable exception that allows ALv2 -->
+ <inputExclude>src/native/unix/support/config.guess</inputExclude>
+ <inputExclude>src/native/unix/support/config.sub</inputExclude>
+ <!-- Files created by Configure -->
+ <!-- Excluded from Git but may be present locally -->
+ <inputExclude>src/native/unix/config.nice</inputExclude>
+ <inputExclude>src/native/unix/config.status</inputExclude>
+ <inputExclude>src/native/unix/config.log</inputExclude>
+ <!-- autoconf cache - not included in release -->
+ <inputExclude>src/native/unix/autom4te.cache/**</inputExclude>
</configuration>
</plugin>
<plugin>