> >A better alternative should be :
> ><attainGoal session="${context.getVariable('maven.session.global',
> >'parent')}" name="jar:install" />
> ><attainGoal session="${context.getVariable('maven.session.global',
> >'parent')}" name="site:generate" />
> >
> >
> How am i supposed to change the maven.test.skip variable
> between the two
> lines above ?
> I've just tried to add a <set var="maven.test.skip"
> value="true"> but it
> doesn't work.
You shouldn't need to. In this case, test should only be attained once. But
I haven't tried it for myself.
Anyway, the plugincontext.setVariable might be enough for now. I'll look at
adding a decent tag for that.
Cheers,
Brett