I'm trying to move some common goals into an internal plugin. One of
them invokes multiproject:goal, but multiproject complains that the
goal property is not set, even though I set it before the call:
<goal name="mdb:build-multi">
<j:set var="goal" value="mdb:build-only"/>
<attainGoal name="multiproject:goal"/>
</goal>
I verified with debug that 'goal' is not set in the plugin, but I
don't know why, since I do the j:set beforehand. Do I need to set
properties differently in a plugin? I also tried:
<maven:set plugin="multiproject" property="goal" value="mdb:build-only"/>
but with the same result. I'm running RC4 and Multiproject 1.3.1.
Thanks for any leads.
Jeff
--
mailto:[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]