This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 78cadbb  Make build faster - something weird in jooq makes it slower 
afterwards.
78cadbb is described below

commit 78cadbb235bf4e59a2a798a8008c9e73e9cf7ad4
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Feb 19 17:24:12 2022 +0100

    Make build faster - something weird in jooq makes it slower afterwards.
---
 components/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/components/pom.xml b/components/pom.xml
index c224b71..1b6c661 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -204,7 +204,6 @@
         <module>camel-jmx</module>
         <module>camel-johnzon</module>
         <module>camel-jolt</module>
-        <module>camel-jooq</module>
         <module>camel-joor</module>
         <module>camel-jpa</module>
         <module>camel-jsch</module>
@@ -357,6 +356,8 @@
         <module>camel-zipkin</module>
         <module>camel-zookeeper-master</module>
         <module>camel-zookeeper</module>
+        <!-- build jooq last as it cause component builds to be slower 
afterwards -->
+        <module>camel-jooq</module>
   </modules>
 
     <properties>

Reply via email to