This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new d295b12b7b19 rat check
d295b12b7b19 is described below
commit d295b12b7b19ab64831a13dc3e67ae88e63e1d8a
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jun 25 16:05:31 2026 +0200
rat check
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index 923d042a0182..f49fa02439ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -599,6 +599,8 @@
<!-- Maven Wrapper -->
<exclude>.mvn/**/*</exclude>
<exclude>**/maven-wrapper/*</exclude>
+ <exclude>**/THIRD-PARTY-NOTICES.txt</exclude>
+ <exclude>**/camel-shell-banner.txt</exclude>
</excludes>
</configuration>
</plugin>