Reorder maven modules so archetypes are built sooner

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d05a6d9c
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d05a6d9c
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d05a6d9c

Branch: refs/heads/master
Commit: d05a6d9cc412975b3f80bf61565c9229be43ee1e
Parents: e337036
Author: Claus Ibsen <davscl...@apache.org>
Authored: Thu Mar 2 11:00:28 2017 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Thu Mar 2 11:00:28 2017 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/d05a6d9c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7be99c4..2da5887 100755
--- a/pom.xml
+++ b/pom.xml
@@ -138,8 +138,8 @@
     <module>buildingtools</module>
     <module>camel-core</module>
     <module>components</module>
-    <module>tooling</module>
     <module>archetypes</module>
+    <module>tooling</module>
     <module>platforms</module>
     <module>connectors</module>
     <module>tests</module>

Reply via email to