Yes, you can still have a flat structure. In app-server/etc, you can specify base-utillites/app-common as a dependency xml block.
On Tue, May 3, 2011 at 2:21 PM, offbyone <[email protected]> wrote: > Thanks for the reply. > > I am looking at something like this: > base-utilities > app-common > app-client > app-server > > With these modules the dependencies look something like this: > base-utilities -> app-common -> app-client, app-server > > Based on this representation could I still have a flat directory structure > like this: > app > ...base-utilities > ...app-common > ...app-client > ...app-server > > or do I need this? > app > ...base-utilities > ......app-common > .........app-client > .........app-server > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/multiple-project-builds-tp4368244p4368451.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- @tommychheng http://tommy.chheng.com
