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]

Reply via email to