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

Reply via email to