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 ec6c25563176 chore: exclude vendored TUI assets and JReleaser
templates from RAT check
ec6c25563176 is described below
commit ec6c25563176579edd225c4c318c5f3d2f2941b1
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Aug 6 15:50:46 2026 +0200
chore: exclude vendored TUI assets and JReleaser templates from RAT check
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Signed-off-by: Claus Ibsen <[email protected]>
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index e3ec10a7fc65..f30f753ca918 100644
--- a/pom.xml
+++ b/pom.xml
@@ -595,6 +595,10 @@
<exclude>**/examples/*</exclude>
<exclude>**/examples/**/*</exclude>
<exclude>**/src/main/resources/testdata/**/*</exclude>
+ <!-- vendored third-party TUI web assets -->
+ <exclude>**/tui/web/vendor/*</exclude>
+ <!-- JReleaser templates -->
+ <exclude>**/jreleaser/**/*.tpl</exclude>
<!-- Claude Code / OMC worktrees -->
<exclude>.claude/**/*</exclude>
<exclude>.omc/**/*</exclude>