Hi Brett,

Brett Porter wrote:

Unfortunately the maven:pluginVar tag is read only, but you can probably do
this:

${pom.getPluginContext('maven-test-plugin').setVariable('maven.test.skip',


This one works. Thanks !

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.



Eric




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to