funnily enough, goals="" will work I think.
default goes into maven.xml for now.
On Fri, 15 Oct 2004 05:32:58 -0700, Ben Anderson
<[EMAIL PROTECTED]> wrote:
> Hi,
> In my subprojects I've set the default goal in both project.xml and maven.xml
> <project default="war:war"
>
> which works fine when I run maven from that directory. So, my first question is
> - where should the default be declared - project.xml or maven.xml?
>
> Now the more important problem. I want my parent project to call all
> subprojects' default goals. I tried this by not specifying the goals
> attribute:
> <goal name="buildMyStuff">
> <m:reactor basedir="${basedir}"
> includes="**/project.xml"
> ignoreFailures="false"/>
> but this doesn't call any goals. The reactor works, but the subprojects don't
> "do" anything. Any ideas?
>
> Thanks,
> Ben Anderson
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]