Is there a way to support a flat multi module with roo.
By flat I mean that the root module is at the same level with the other modules and they are defined in this way:
<modules>
<module>../Mod1</module>
<module>../Mod2</module>
<module>../Mod3</module>
</modules>