You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by ra...@jpmchase.com on 2006/02/02 23:13:30 UTC

How to make multi module work in continuum

How do i make continuum to build parent and childern ?

is there any documentation or example any where?






Thanks,
Raghurajan G 

Re: How to make multi module work in continuum

Posted by Emmanuel Venisse <em...@venisse.net>.

John Tolentino a écrit :
> What are you trying to build? Maven 1, Maven 2 or Ant?
> 
> If you're using Maven 2, by default it should build all of the sub 
> projects if you build the parent. Just make sure all of the sub projects 
> are declared in the parent POM's modules section.

Not exactly.
Continuum create separate projects for parent and modules. Each project have its own build if a 
change is make on it.
By default, the parent build is done with -N (non recursive) options, Continuum don't build 
sub-modules on parent project.

> 
> With Maven 1, make the default goal of your parent project call your 
> multi-project goal.
> 
> Can't answer regarding Ant though. Haven't tried building multi-projects 
> through Continuum with Ant yet.
> 
> raghurajan.x.gurunathan@jpmchase.com wrote:
> 
>> How do i make continuum to build parent and childern ?
>>
>> is there any documentation or example any where?
>>
>>
>>
>>
>>
>>
>> Thanks,
>> Raghurajan G
>>  
>>
> 
> 
> 


Re: How to make multi module work in continuum

Posted by John Tolentino <jt...@exist.com>.
What are you trying to build? Maven 1, Maven 2 or Ant?

If you're using Maven 2, by default it should build all of the sub 
projects if you build the parent. Just make sure all of the sub projects 
are declared in the parent POM's modules section.

With Maven 1, make the default goal of your parent project call your 
multi-project goal.

Can't answer regarding Ant though. Haven't tried building multi-projects 
through Continuum with Ant yet.

raghurajan.x.gurunathan@jpmchase.com wrote:

>How do i make continuum to build parent and childern ?
>
>is there any documentation or example any where?
>
>
>
>
>
>
>Thanks,
>Raghurajan G 
>
>  
>