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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 08535266 Use old RAT configuration options
08535266 is described below

commit 08535266d29a815e09b9fd97a8b02e419c70c289
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Mon Dec 8 18:11:57 2025 +0100

    Use old RAT configuration options
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 51b23ed9..cf873932 100644
--- a/pom.xml
+++ b/pom.xml
@@ -291,7 +291,7 @@
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
-          <inputExcludes combine.children="append">
+          <excludes combine.children="append">
             <exclude>**/*.svg</exclude>
             <exclude>**/*.ai</exclude>
             <exclude>**/*.links</exclude>
@@ -305,7 +305,7 @@
             <exclude>content/resources/developers/svn-eol-style.txt</exclude>
             <exclude>content/resources/download.cgi</exclude>
             <exclude>content/resources/badges/*.json</exclude>
-          </inputExcludes>
+          </excludes>
         </configuration>
         <executions>
           <execution>

Reply via email to