This is an automated email from the ASF dual-hosted git repository. JiriOndrusek pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit ddbc887960cf5a8f0af0b651f2397c8d8f2715e7 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>
