Hi all,
Since the apache-camel module depends on everything else in camel,
shouldn't it be built last? In the current source a Camel distribution
would be generated based on what was installed/deployed last - NOT one
with your local changes to camel-core, components, etc... kind of a bad
thing :)
Cheers,
Jon
Index: pom.xml
===================================================================
--- pom.xml (revision 642981)
+++ pom.xml (working copy)
@@ -195,12 +195,12 @@
</distributionManagement>
<modules>
- <module>apache-camel</module>
<module>camel-core</module>
<module>components</module>
<module>examples</module>
<module>tooling</module>
<module>tests</module>
+ <module>apache-camel</module>
</modules>
<scm>