This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/main by this push:
new 63a1cf746a Inherit Apache RAT exclusions
63a1cf746a is described below
commit 63a1cf746a1c6ca98752a9f5fe924296ef1f43e2
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Oct 19 23:06:02 2023 +0200
Inherit Apache RAT exclusions
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4ea17029a2..f657fc87db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1409,7 +1409,7 @@
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<consoleOutput>true</consoleOutput>
- <excludes>
+ <excludes combine.children="append">
<exclude>**/target/**/*</exclude>
<!-- Matches other RAT configurations in this POM -->
<exclude>src/main/resources/META-INF/services/**/*</exclude>