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-examples.git
commit 669141ccb0acf50cf0d8db4fbbc8a5b9f5be74b2 Author: James Netherton <[email protected]> AuthorDate: Mon Dec 8 13:28:16 2025 +0000 Add license-maven-plugin exclusion for quarkus.log --- amqp/pom.xml | 1 + artemis-elasticsearch/pom.xml | 1 + aws-lambda/pom.xml | 1 + aws2-s3/pom.xml | 1 + cluster-leader-election/pom.xml | 1 + cxf-soap/pom.xml | 1 + data-extract-langchain4j/pom.xml | 1 + fhir/pom.xml | 1 + file-bindy-ftp/pom.xml | 1 + file-split-log-xml/pom.xml | 1 + health/pom.xml | 1 + http-log/pom.xml | 1 + jms-jpa/pom.xml | 1 + jpa-idempotent-repository/pom.xml | 1 + jta-jpa/pom.xml | 1 + kafka/pom.xml | 1 + kamelet-chucknorris/pom.xml | 1 + message-bridge/pom.xml | 1 + netty-custom-correlation/pom.xml | 1 + observability/pom.xml | 1 + openapi-contract-first/pom.xml | 1 + platform-http-security-keycloak/pom.xml | 1 + rest-json/pom.xml | 3 ++- saga/pom.xml | 1 + spring-redis/pom.xml | 1 + timer-log-main/pom.xml | 1 + timer-log/pom.xml | 1 + vertx-websocket-chat/pom.xml | 1 + 28 files changed, 29 insertions(+), 1 deletion(-) diff --git a/amqp/pom.xml b/amqp/pom.xml index f572085b..b63a0f90 100644 --- a/amqp/pom.xml +++ b/amqp/pom.xml @@ -185,6 +185,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/artemis-elasticsearch/pom.xml b/artemis-elasticsearch/pom.xml index 506f9a02..61572d3b 100644 --- a/artemis-elasticsearch/pom.xml +++ b/artemis-elasticsearch/pom.xml @@ -223,6 +223,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml index 290bfd51..feb0c615 100644 --- a/aws-lambda/pom.xml +++ b/aws-lambda/pom.xml @@ -194,6 +194,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/aws2-s3/pom.xml b/aws2-s3/pom.xml index 00da49d5..e64bfd6d 100644 --- a/aws2-s3/pom.xml +++ b/aws2-s3/pom.xml @@ -199,6 +199,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml index a40b70cf..174c6304 100644 --- a/cluster-leader-election/pom.xml +++ b/cluster-leader-election/pom.xml @@ -200,6 +200,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/cxf-soap/pom.xml b/cxf-soap/pom.xml index 96adb85e..2ea3e963 100644 --- a/cxf-soap/pom.xml +++ b/cxf-soap/pom.xml @@ -204,6 +204,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/data-extract-langchain4j/pom.xml b/data-extract-langchain4j/pom.xml index 0950b164..f0cd0e16 100644 --- a/data-extract-langchain4j/pom.xml +++ b/data-extract-langchain4j/pom.xml @@ -224,6 +224,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/fhir/pom.xml b/fhir/pom.xml index d7671c0e..ea5883d0 100644 --- a/fhir/pom.xml +++ b/fhir/pom.xml @@ -217,6 +217,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> <exclude>**/*.patient</exclude> </excludes> <mapping> diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml index 5438ab75..8b8a4700 100644 --- a/file-bindy-ftp/pom.xml +++ b/file-bindy-ftp/pom.xml @@ -217,6 +217,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/file-split-log-xml/pom.xml b/file-split-log-xml/pom.xml index 49d15ff0..bf0e790c 100644 --- a/file-split-log-xml/pom.xml +++ b/file-split-log-xml/pom.xml @@ -191,6 +191,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/health/pom.xml b/health/pom.xml index e3e0a291..78d72e20 100644 --- a/health/pom.xml +++ b/health/pom.xml @@ -190,6 +190,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/http-log/pom.xml b/http-log/pom.xml index b7df054a..173e2b16 100644 --- a/http-log/pom.xml +++ b/http-log/pom.xml @@ -191,6 +191,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/jms-jpa/pom.xml b/jms-jpa/pom.xml index c64fd307..43b85e8b 100644 --- a/jms-jpa/pom.xml +++ b/jms-jpa/pom.xml @@ -213,6 +213,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/jpa-idempotent-repository/pom.xml b/jpa-idempotent-repository/pom.xml index 3faea65b..ba653d5a 100644 --- a/jpa-idempotent-repository/pom.xml +++ b/jpa-idempotent-repository/pom.xml @@ -229,6 +229,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/jta-jpa/pom.xml b/jta-jpa/pom.xml index f3811d2d..085222cf 100644 --- a/jta-jpa/pom.xml +++ b/jta-jpa/pom.xml @@ -194,6 +194,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/kafka/pom.xml b/kafka/pom.xml index a71fec0b..dc099a75 100644 --- a/kafka/pom.xml +++ b/kafka/pom.xml @@ -218,6 +218,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/kamelet-chucknorris/pom.xml b/kamelet-chucknorris/pom.xml index dee4bb6a..e742ba02 100644 --- a/kamelet-chucknorris/pom.xml +++ b/kamelet-chucknorris/pom.xml @@ -211,6 +211,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/message-bridge/pom.xml b/message-bridge/pom.xml index 82595830..feb90d64 100644 --- a/message-bridge/pom.xml +++ b/message-bridge/pom.xml @@ -334,6 +334,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/netty-custom-correlation/pom.xml b/netty-custom-correlation/pom.xml index ef83fc47..641cbc4a 100644 --- a/netty-custom-correlation/pom.xml +++ b/netty-custom-correlation/pom.xml @@ -185,6 +185,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/observability/pom.xml b/observability/pom.xml index 683db941..c6fda871 100644 --- a/observability/pom.xml +++ b/observability/pom.xml @@ -204,6 +204,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/openapi-contract-first/pom.xml b/openapi-contract-first/pom.xml index 9a4f47b9..d1f66fc2 100644 --- a/openapi-contract-first/pom.xml +++ b/openapi-contract-first/pom.xml @@ -189,6 +189,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/platform-http-security-keycloak/pom.xml b/platform-http-security-keycloak/pom.xml index 9f0b9e42..08674563 100644 --- a/platform-http-security-keycloak/pom.xml +++ b/platform-http-security-keycloak/pom.xml @@ -187,6 +187,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/rest-json/pom.xml b/rest-json/pom.xml index a387e82d..74f43b2d 100644 --- a/rest-json/pom.xml +++ b/rest-json/pom.xml @@ -182,6 +182,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> @@ -382,4 +383,4 @@ </profile> </profiles> -</project> +</project> \ No newline at end of file diff --git a/saga/pom.xml b/saga/pom.xml index 9503d8c3..dc782ea9 100644 --- a/saga/pom.xml +++ b/saga/pom.xml @@ -198,6 +198,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/spring-redis/pom.xml b/spring-redis/pom.xml index 80a935bd..3c21995b 100644 --- a/spring-redis/pom.xml +++ b/spring-redis/pom.xml @@ -187,6 +187,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/timer-log-main/pom.xml b/timer-log-main/pom.xml index 2bf03e9c..517d9c3c 100644 --- a/timer-log-main/pom.xml +++ b/timer-log-main/pom.xml @@ -182,6 +182,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/timer-log/pom.xml b/timer-log/pom.xml index 505942c2..45d4a84e 100644 --- a/timer-log/pom.xml +++ b/timer-log/pom.xml @@ -192,6 +192,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java> diff --git a/vertx-websocket-chat/pom.xml b/vertx-websocket-chat/pom.xml index 371cc5bf..09a60df9 100644 --- a/vertx-websocket-chat/pom.xml +++ b/vertx-websocket-chat/pom.xml @@ -181,6 +181,7 @@ <exclude>**/NOTICE</exclude> <exclude>**/README</exclude> <exclude>**/pom.xml.versionsBackup</exclude> + <exclude>**/quarkus.log*</exclude> </excludes> <mapping> <java>SLASHSTAR_STYLE</java>
