On Tue, 2008-11-04 at 17:05 +0100, Thorsten Scherler wrote: > On Mon, 2008-11-03 at 11:50 +0100, Oleg Kalnichevski wrote: > > Folks > > > > Would it be a big deal to structure Droids code base in such a way that > > it remains compatible with Maven multi-module layout? Could you live > > with the following layout? > > Yeah IMO yes, like you may have notice I am more the ant guy, but it > would be awesome to have it both way. >
Thorsten I am far from being a huge maven fan myself. In fact it took me quite a while to make an uneasy peace with it, but I do think Maven does do a reasonably good job at managing complex multi-module projects. Things that truly suck about Maven are some plugins (maven-site-plugin and maven-assembly-plugin in the first place) but the core system seems okay. Anyways, if you could move those two directories and make necessary adjustments to the Ant scripts, I would happily take care of Maven stuff in my turn. > > > > <DROIDS_HOME> > > +-docs > > +-targets > > +-tools > > +-core > > | +-src > > | | +-java > > | +-test > > | +-java > > +-depot > > +-dynamics > > +-solr > > +-wicket > > > > Essentially all it takes is that core src/java and test/java get moved > > one level deeper to a separate folder (such as 'core' or some such)? > > I am not the maven expert but shouldn't that be src/main/java? > That would be the default / preferred location, but it does not have to be that. Whatever you are comfortable with. Cheers Oleg > salu2 > > > Oleg > >
