For multi modules project, load only root as recursive build not behaving as expected:

2008-03-07 Thread Bhramara.Chickamuniswamy
Hi, Continuum version : 1.1 I have a maven2 project structure as below: PARENT_PROJECT: PROJECTA PROJECTA_CHILD1 PROJECTA_CHILD2 PROJECTB PROJECTB_CHILD1 PROJECTB_CHILD2

Re: For multi modules project, load only root as recursive build not behaving as expected:

2008-03-07 Thread Hemant Malik
Hi, The same option is working fine for me. I did exactly the same as you did. Could there be anything else that could affect? Maven pom hierarchy or something? Regards, Hemant Malik On Fri, Mar 7, 2008 at 1:44 PM, [EMAIL PROTECTED] wrote: Hi, Continuum version : 1.1 I have a maven2

RE: For multi modules project, load only root as recursive build not behaving as expected:

2008-03-07 Thread Bhramara.Chickamuniswamy
Hi, The pom hierarchy is fine, because the reactor build works as expected properly without any issues, when I build the same in the IDE I use. Build is actually not an issue here. Its just multiple working folders are created and an unnecessary multiple check out of projects is resulting.