This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit 00e2f9c16404c24bbeafa00fae247f0d9d9ee395 Author: Jiri Ondrusek <[email protected]> AuthorDate: Thu Aug 27 13:53:35 2026 +0200 Exclude tmp log file from licence check --- message-bridge/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/message-bridge/pom.xml b/message-bridge/pom.xml index 1a1d6c64..9bae1bae 100644 --- a/message-bridge/pom.xml +++ b/message-bridge/pom.xml @@ -335,6 +335,8 @@ <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> <exclude>**/quarkus.log*</exclude> + <exclude>**/mqjms.log*</exclude> + <exclude>**/*.lck</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java>
