You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/03/06 05:44:12 UTC

[camel] 02/02: Build archetypes later as it depend on catalog to be built first

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

commit 7576906192c8c4b2f8edf6032841aa27f9fab8e1
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Mar 5 21:45:37 2023 +0100

    Build archetypes later as it depend on catalog to be built first
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b7af08571ba..beaa1437ded 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,10 +76,10 @@
         <module>core</module>
         <module>test-infra</module>
         <module>components</module>
-        <module>archetypes</module>
         <module>catalog</module>
         <module>camel-dependencies</module>
         <module>dsl</module>
+        <module>archetypes</module>
         <module>tests</module>
         <module>docs</module>
     </modules>