Re: Sub modules and goals

2012-04-05 Thread Stephen Connolly
maven project which has sub modules defined in the root pom. So maven starts with root pom and then it hits module tag and start compiling the sub modules. goals i use are clean install deploy. What is happening here lets say root pom has 5 module and first one gets compiled

Re: Sub modules and goals

2012-04-05 Thread Ron Wheeler
On 04/04/2012 11:11 PM, Rajwinder Makkar wrote: Here is a scenario : I have one maven project which has sub modules defined in the root pom. So maven starts with root pom and then it hitsmodule tag and start compiling the sub modules. goals i use are clean install deploy. What is happening

Re: Sub modules and goals

2012-04-04 Thread Ed Hillmann
On Thu, Apr 5, 2012 at 1:11 PM, Rajwinder Makkar rmakkaroff...@gmail.comwrote: Here is a scenario : I have one maven project which has sub modules defined in the root pom. So maven starts with root pom and then it hits module tag and start compiling the sub modules. goals i use are clean

Re: Sub modules and goals

2012-04-04 Thread Anders Hammar
...@gmail.com wrote: Here is a scenario : I have one maven project which has sub modules defined in the root pom. So maven starts with root pom and then it hits module tag and start compiling the sub modules. goals i use are clean install deploy. What is happening here lets say root pom has