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

grobmeier pushed a commit to branch apache-rat-exclusions-appends
in repository https://gitbox.apache.org/repos/asf/logging-parent.git

commit fbd753a814082e0da8906366862f6e4bb8f29955
Author: Christian Grobmeier <[email protected]>
AuthorDate: Thu Dec 21 18:46:54 2023 +0100

    Allow append to Apache Rat exclusions
    
    This patch should allow to append additional exclusions from the child 
parent
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2f4435b..aa16642 100644
--- a/pom.xml
+++ b/pom.xml
@@ -706,7 +706,7 @@ import org.apache.commons.codec.digest.*;
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
           <consoleOutput>true</consoleOutput>
-          <excludes>
+          <excludes combine.children="append">
             <exclude>.java-version</exclude>
             <exclude>.mvn/jvm.config</exclude>
             <exclude>**/*.txt</exclude>

Reply via email to