This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git


The following commit(s) were added to refs/heads/master by this push:
     new ee27082  Use RAT0.17 and adapt configuration
ee27082 is described below

commit ee270829835d63c606f765fad8cf58a49e76d89b
Author: P. Ottlinger <[email protected]>
AuthorDate: Mon Oct 20 15:41:21 2025 +0200

    Use RAT0.17 and adapt configuration
---
 pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3af0a6e..d033862 100644
--- a/pom.xml
+++ b/pom.xml
@@ -311,17 +311,16 @@
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>0.16.1</version>
+          <version>0.17</version>
           <configuration>
-            <excludes>
+            <inputExcludes>
               <exclude>**/log4j*.xml</exclude>
-              <exclude>**/.mvn/**</exclude>
               <exclude>**/invoker.properties/**</exclude>
               <exclude>.asf.yaml</exclude>
               <exclude>README.md</exclude>
-              <exclude>**/src/site/javadocFont/**</exclude>
+              <exclude>**/src/site/javadocFont/</exclude>
               <exclude>src/site/resources/*.dia</exclude>
-            </excludes>
+            </inputExcludes>
           </configuration>
         </plugin>
         <!-- instrumentalization for cobertura -->

Reply via email to