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 ea4868f5ea29e74297a2730677a3a7613e271ee9 Author: Lukas Lowinger <[email protected]> AuthorDate: Tue Dec 2 15:20:59 2025 +0100 Add license format to default maven phase --- amqp/pom.xml | 14 ++++++++++++++ artemis-elasticsearch/pom.xml | 14 ++++++++++++++ aws-lambda/pom.xml | 14 ++++++++++++++ aws2-s3/pom.xml | 14 ++++++++++++++ cluster-leader-election/pom.xml | 14 ++++++++++++++ cxf-soap/pom.xml | 14 ++++++++++++++ data-extract-langchain4j/pom.xml | 14 ++++++++++++++ fhir/pom.xml | 14 ++++++++++++++ file-bindy-ftp/pom.xml | 14 ++++++++++++++ file-split-log-xml/pom.xml | 14 ++++++++++++++ health/pom.xml | 14 ++++++++++++++ http-log/pom.xml | 14 ++++++++++++++ jdbc-datasource/pom.xml | 17 ++++++++++++++++- jms-jpa/pom.xml | 17 ++++++++++++++++- jpa-idempotent-repository/pom.xml | 14 ++++++++++++++ jta-jpa/pom.xml | 17 ++++++++++++++++- kafka/pom.xml | 14 ++++++++++++++ kamelet-chucknorris/pom.xml | 14 ++++++++++++++ message-bridge/pom.xml | 14 ++++++++++++++ netty-custom-correlation/pom.xml | 14 ++++++++++++++ observability/pom.xml | 14 ++++++++++++++ openapi-contract-first/pom.xml | 14 ++++++++++++++ platform-http-security-keycloak/pom.xml | 14 ++++++++++++++ rest-json/pom.xml | 14 ++++++++++++++ saga/pom.xml | 14 ++++++++++++++ spring-redis/pom.xml | 14 ++++++++++++++ timer-log-main/pom.xml | 14 ++++++++++++++ timer-log/pom.xml | 14 ++++++++++++++ vertx-websocket-chat/pom.xml | 14 ++++++++++++++ 29 files changed, 412 insertions(+), 3 deletions(-) diff --git a/amqp/pom.xml b/amqp/pom.xml index e0957659..f572085b 100644 --- a/amqp/pom.xml +++ b/amqp/pom.xml @@ -240,6 +240,20 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> </plugins> </build> diff --git a/artemis-elasticsearch/pom.xml b/artemis-elasticsearch/pom.xml index a3a337c5..506f9a02 100644 --- a/artemis-elasticsearch/pom.xml +++ b/artemis-elasticsearch/pom.xml @@ -283,6 +283,20 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> </plugins> </build> diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml index 4cf8680a..290bfd51 100644 --- a/aws-lambda/pom.xml +++ b/aws-lambda/pom.xml @@ -254,6 +254,20 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> </plugins> </build> diff --git a/aws2-s3/pom.xml b/aws2-s3/pom.xml index 6a832ca5..00da49d5 100644 --- a/aws2-s3/pom.xml +++ b/aws2-s3/pom.xml @@ -254,6 +254,20 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> </plugins> </build> diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml index 8bbec59a..a40b70cf 100644 --- a/cluster-leader-election/pom.xml +++ b/cluster-leader-election/pom.xml @@ -256,6 +256,20 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> </plugins> </build> diff --git a/cxf-soap/pom.xml b/cxf-soap/pom.xml index 625448b5..96adb85e 100644 --- a/cxf-soap/pom.xml +++ b/cxf-soap/pom.xml @@ -268,6 +268,20 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> </plugins> </build> diff --git a/data-extract-langchain4j/pom.xml b/data-extract-langchain4j/pom.xml index a8dcc31c..0950b164 100644 --- a/data-extract-langchain4j/pom.xml +++ b/data-extract-langchain4j/pom.xml @@ -279,6 +279,20 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> </plugins> </build> diff --git a/fhir/pom.xml b/fhir/pom.xml index 919be3d6..d7671c0e 100644 --- a/fhir/pom.xml +++ b/fhir/pom.xml @@ -278,6 +278,20 @@ </executions> </plugin> + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> + <plugin> <groupId>org.codehaus.gmaven</groupId> <artifactId>groovy-maven-plugin</artifactId> diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml index 22a109f7..5438ab75 100644 --- a/file-bindy-ftp/pom.xml +++ b/file-bindy-ftp/pom.xml @@ -273,6 +273,20 @@ </executions> </plugin> + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> + <plugin> <groupId>org.codehaus.gmaven</groupId> <artifactId>groovy-maven-plugin</artifactId> diff --git a/file-split-log-xml/pom.xml b/file-split-log-xml/pom.xml index 527f72e1..49d15ff0 100644 --- a/file-split-log-xml/pom.xml +++ b/file-split-log-xml/pom.xml @@ -249,6 +249,20 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> </plugins> </build> diff --git a/health/pom.xml b/health/pom.xml index 0041f858..e3e0a291 100644 --- a/health/pom.xml +++ b/health/pom.xml @@ -245,6 +245,20 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> </plugins> </build> diff --git a/http-log/pom.xml b/http-log/pom.xml index 1ff29f34..b7df054a 100644 --- a/http-log/pom.xml +++ b/http-log/pom.xml @@ -246,6 +246,20 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> </plugins> </build> diff --git a/jdbc-datasource/pom.xml b/jdbc-datasource/pom.xml index 7c87b549..262809f0 100644 --- a/jdbc-datasource/pom.xml +++ b/jdbc-datasource/pom.xml @@ -234,16 +234,31 @@ </execution> </executions> </plugin> + <plugin> <groupId>net.revelc.code</groupId> <artifactId>impsort-maven-plugin</artifactId> <executions> <execution> <id>sort-imports</id> - <phase>process-sources</phase> <goals> <goal>sort</goal> </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> </execution> </executions> </plugin> diff --git a/jms-jpa/pom.xml b/jms-jpa/pom.xml index de919066..d5e996c2 100644 --- a/jms-jpa/pom.xml +++ b/jms-jpa/pom.xml @@ -256,16 +256,31 @@ </execution> </executions> </plugin> + <plugin> <groupId>net.revelc.code</groupId> <artifactId>impsort-maven-plugin</artifactId> <executions> <execution> <id>sort-imports</id> - <phase>process-sources</phase> <goals> <goal>sort</goal> </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> </execution> </executions> </plugin> diff --git a/jpa-idempotent-repository/pom.xml b/jpa-idempotent-repository/pom.xml index 0c529dc9..3faea65b 100644 --- a/jpa-idempotent-repository/pom.xml +++ b/jpa-idempotent-repository/pom.xml @@ -285,6 +285,20 @@ </executions> </plugin> + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> + <plugin> <groupId>org.codehaus.gmaven</groupId> <artifactId>groovy-maven-plugin</artifactId> diff --git a/jta-jpa/pom.xml b/jta-jpa/pom.xml index 8586c994..f3811d2d 100644 --- a/jta-jpa/pom.xml +++ b/jta-jpa/pom.xml @@ -237,16 +237,31 @@ </execution> </executions> </plugin> + <plugin> <groupId>net.revelc.code</groupId> <artifactId>impsort-maven-plugin</artifactId> <executions> <execution> <id>sort-imports</id> - <phase>process-sources</phase> <goals> <goal>sort</goal> </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> </execution> </executions> </plugin> diff --git a/kafka/pom.xml b/kafka/pom.xml index 56ae9d11..a71fec0b 100644 --- a/kafka/pom.xml +++ b/kafka/pom.xml @@ -276,6 +276,20 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> </plugins> </build> diff --git a/kamelet-chucknorris/pom.xml b/kamelet-chucknorris/pom.xml index 6ec41e2e..dee4bb6a 100644 --- a/kamelet-chucknorris/pom.xml +++ b/kamelet-chucknorris/pom.xml @@ -266,6 +266,20 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> </plugins> </build> diff --git a/message-bridge/pom.xml b/message-bridge/pom.xml index ea8ee24a..303f78f7 100644 --- a/message-bridge/pom.xml +++ b/message-bridge/pom.xml @@ -390,6 +390,20 @@ </executions> </plugin> + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> diff --git a/netty-custom-correlation/pom.xml b/netty-custom-correlation/pom.xml index dbc5097d..ef83fc47 100644 --- a/netty-custom-correlation/pom.xml +++ b/netty-custom-correlation/pom.xml @@ -240,6 +240,20 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> </plugins> </build> diff --git a/observability/pom.xml b/observability/pom.xml index 6730e989..683db941 100644 --- a/observability/pom.xml +++ b/observability/pom.xml @@ -259,6 +259,20 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> </plugins> </build> diff --git a/openapi-contract-first/pom.xml b/openapi-contract-first/pom.xml index b32d3fa4..9a4f47b9 100644 --- a/openapi-contract-first/pom.xml +++ b/openapi-contract-first/pom.xml @@ -245,6 +245,20 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> </plugins> </build> diff --git a/platform-http-security-keycloak/pom.xml b/platform-http-security-keycloak/pom.xml index d852863d..9f0b9e42 100644 --- a/platform-http-security-keycloak/pom.xml +++ b/platform-http-security-keycloak/pom.xml @@ -242,6 +242,20 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> </plugins> </build> diff --git a/rest-json/pom.xml b/rest-json/pom.xml index 1b539f5e..a387e82d 100644 --- a/rest-json/pom.xml +++ b/rest-json/pom.xml @@ -237,6 +237,20 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> </plugins> </build> diff --git a/saga/pom.xml b/saga/pom.xml index 1a2dce00..972f3697 100644 --- a/saga/pom.xml +++ b/saga/pom.xml @@ -253,6 +253,20 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> </plugins> </build> diff --git a/spring-redis/pom.xml b/spring-redis/pom.xml index 4cc596fb..80a935bd 100644 --- a/spring-redis/pom.xml +++ b/spring-redis/pom.xml @@ -242,6 +242,20 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> </plugins> </build> diff --git a/timer-log-main/pom.xml b/timer-log-main/pom.xml index 4d83d298..2bf03e9c 100644 --- a/timer-log-main/pom.xml +++ b/timer-log-main/pom.xml @@ -237,6 +237,20 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> </plugins> </build> diff --git a/timer-log/pom.xml b/timer-log/pom.xml index abd5811d..505942c2 100644 --- a/timer-log/pom.xml +++ b/timer-log/pom.xml @@ -247,6 +247,20 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> </plugins> </build> diff --git a/vertx-websocket-chat/pom.xml b/vertx-websocket-chat/pom.xml index ee877cb8..371cc5bf 100644 --- a/vertx-websocket-chat/pom.xml +++ b/vertx-websocket-chat/pom.xml @@ -236,6 +236,20 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>license-format</id> + <goals> + <goal>format</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> </plugins> </build>
