This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/main by this push:
new 41c16b6 Allow append to Apache Rat exclusions (#85)
41c16b6 is described below
commit 41c16b60b32a75e63ed9d5143d8432fdccfafa1c
Author: Christian Grobmeier <[email protected]>
AuthorDate: Fri Dec 22 13:42:35 2023 +0100
Allow append to Apache Rat exclusions (#85)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 546debf..b65138f 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>