>
> <reactor:execute basedir="${itag.jakarta.root}/jakarta-velocity"
> glob="${itag.jakarta.root}/jakarta-velocity/project.xml"
> goals="java:jar" banner="Building" ignoreFailures="false"/>
>
If you're using CVS HEAD (b8 pre-release), the reactor functionality is
integrated with the core maven tags. Use:
<maven:reactor basedir="${itag.jakarta.root}/jakarta-velocity"
includes="${itag.jakarta.root}/jakarta-velociy/project.xml"
goals="java:jar" banner="Building" ignoreFailures="false"/>
This took me about half a day's worth of asking questions and looking at
maven sources & configs to figure out...hope someone else can avoid that
pain...
Regards,
John
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>