You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jörn Gebhardt <Jo...@ptv.de> on 2004/03/16 15:01:38 UTC

Calling default goal in reactor

Hi,

is there any offical way to call the default goal defined in the maven.xml
files in the subprojects when using the reactor?

This workaround is functioning

        <maven:reactor 
            basedir="${basedir}"
            includes="*/project.xml"
            goals=""
            banner="Building Subprojects"
            ignoreFailures="false"
            postProcessing="false"/>

as long as it ist not used in another multiproject context.

Thanks in advance,
Joern

Re: Calling default goal in reactor

Posted by Arto Pastinen <ar...@ofw.fi>.
Hi

Define maven.multiproject.type to your subproject project.properties.

see:
http://maven.apache.org/reference/plugins/multiproject/properties.html

Artsi

On Tue, 2004-03-16 at 16:01, Jörn Gebhardt wrote:
> Hi,
> 
> is there any offical way to call the default goal defined in the maven.xml
> files in the subprojects when using the reactor?
> 
> This workaround is functioning
> 
>         <maven:reactor 
>             basedir="${basedir}"
>             includes="*/project.xml"
>             goals=""
>             banner="Building Subprojects"
>             ignoreFailures="false"
>             postProcessing="false"/>
> 
> as long as it ist not used in another multiproject context.
> 
> Thanks in advance,
> Joern


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org