On Sat, Dec 27, 2008 at 8:00 PM, Les Hazlewood <[email protected]> wrote: > so, for example, we would have > > trunk/ > |--build.xml > |--pom.xml > |--build.gradle > |--core/ > | |--src/ > | |--test/ > |--web/ > | |--src/ > | |--test/ > |--support/ > | |--spring/ > | | |--src/ > | | |--test/ > | |--ehcache/ > | | |--src/ > | | |--test/
That should work fine with Maven, of course, you would have a pom.xml for each module (core, web...). Also, it might be worth separating Java code and resources (don't think Maven cares, but I do think this is a reasonable thing with the Maven defaults). /niklas
