This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 0639dcdba7 Exclude .oss-ai-helper-rules from license header check
0639dcdba7 is described below
commit 0639dcdba7ce614a201aa2de2db94d0be68fb857
Author: James Netherton <[email protected]>
AuthorDate: Fri Jul 31 07:47:31 2026 +0100
Exclude .oss-ai-helper-rules from license header check
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 9d19aa1c27..0ee581eee5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -614,6 +614,7 @@
<exclude>**/node_modules/**</exclude>
<exclude>**/pom.xml.versionsBackup</exclude>
<exclude>.mvn/**</exclude>
+ <exclude>.oss-ai-helper-rules/**</exclude>
<exclude>KEYS</exclude>
<exclude>doap.rdf</exclude>
<exclude>ide-config/**</exclude>