This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new 125f50500f Exclude `felix-cache` from `apache-rat-plugin` checks
125f50500f is described below
commit 125f50500f275ac3128e4108d1dc720eb5d48d61
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Jan 12 11:35:18 2024 +0100
Exclude `felix-cache` from `apache-rat-plugin` checks
---
log4j-osgi-test/pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/log4j-osgi-test/pom.xml b/log4j-osgi-test/pom.xml
index 1ed19ec862..e1d982d7bb 100644
--- a/log4j-osgi-test/pom.xml
+++ b/log4j-osgi-test/pom.xml
@@ -207,6 +207,17 @@
</configuration>
</plugin>
+ <!-- Exclude `felix-cache` from `apache-rat-plugin` checks -->
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes combine.children="append">
+ <exclude>felix-cache/**/*</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+
</plugins>
</build>