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?
<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)? Oleg
