I'm trying to create a helper goal that runs a multiproject:goal with -Dgoal=qpass:packageImpl. Here's the goal:
<goal name="qpass:packageAll">
<j:set var="goal" value="qpass:packageImpl"/>
<attainGoal name="multiproject:goal"/>
</goal>
Of course, this doesn't work. Is there a way to set the -D option for
multiproject:goal without having to use the command line 'maven
multiproject:goal -Dgoal=qpass:packageImpl'?
