This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new 6f7417e6f Update apache-rat-plugin
6f7417e6f is described below
commit 6f7417e6f759fc670497e455f659379a9cf37a2f
Author: Andreas Veithen <[email protected]>
AuthorDate: Mon Oct 20 15:40:27 2025 +0100
Update apache-rat-plugin
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index b3cb31a3a..ffb058e4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -752,7 +752,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>0.16.1</version>
+ <version>0.17</version>
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
@@ -1395,7 +1395,7 @@ $${type_declaration}</template></templates>]]></value>
</execution>
</executions>
<configuration>
- <excludes>
+ <inputExcludes>
<!-- Exclusions specific to the root project
-->
<!-- RAT doesn't recognize this one as notes
file -->
@@ -1422,7 +1422,7 @@ $${type_declaration}</template></templates>]]></value>
<exclude>src/test/resources/**</exclude>
<!-- Temporary file created by
maven-shade-plugin -->
<exclude>dependency-reduced-pom.xml</exclude>
- </excludes>
+ </inputExcludes>
</configuration>
</plugin>
</plugins>