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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to