On 21/01/2012, at 1:37 PM, Joern Huxhorn <[email protected]> wrote:

> I don't use separate build files for multi-module builds at all.
> Instead, I put the definitions for all modules into the same build file. Is 
> this really uncommon?
> 
> I always considered this a major improvement over Maven.

For Java type projects, the most common pattern is to have the majority of the 
configuration injected into the subprojects via the root and then have project 
specific configuration (e.g. dependencies). 

There is of course no functional difference between this and all in one file.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to