Re: Questions on multi-module management

2007-08-08 Thread Zarick Lau
On 8/9/07, Insitu <[EMAIL PROTECTED]> wrote: > "Zarick Lau" <[EMAIL PROTECTED]> writes: > > > Approach II: > > My another solution is using a tricks with profile. I declare the > > the parent pom with en empty modules list: > > > > > > > > If profile X is activated, module-a /module-b is added in

Re: Questions on multi-module management

2007-08-08 Thread Insitu
"Zarick Lau" <[EMAIL PROTECTED]> writes: > Approach II: > My another solution is using a tricks with profile. I declare the > the parent pom with en empty modules list: > > > > If profile X is activated, module-a /module-b is added in the modules > list. With this particular profile, maven will

Questions on multi-module management

2007-08-08 Thread Zarick Lau
Dear Users and Developers, I'm using maven for a multi module project, my current layout is: / /module-a /module-b /ejb /ear /web-a /web-b /tools-a /tools-b The module-a / module-b is common module shared by other ejb/web/tools module. And module-b is depends on module-a. Building all modules a