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]

Reply via email to