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 0cd741c93c03 Fix RAT
0cd741c93c03 is described below
commit 0cd741c93c031560f3a21e4f6c85dc416d64e334
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Apr 9 13:17:46 2026 +0200
Fix RAT
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 45a0450e6a12..976d3a5e71b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -581,6 +581,7 @@
<exclude>**/.camel-jbang/**/*</exclude>
<exclude>**/commands/edit/edit-help.txt</exclude>
<exclude>**/examples/*</exclude>
+
<exclude>**/src/main/resources/testdata/**/*</exclude>
<!-- Maven Wrapper -->
<exclude>.mvn/**/*</exclude>
<exclude>**/maven-wrapper/*</exclude>