<property name='maven.test.skip' value='true'/>
I tried that too, but it doesn't work (test are still run twice).
As far i understand, properties can't be changed after being set, and the test plugin sets this to false. So the only way to change this property is to run "maven -Dmaven.test.skip=true myGoal " (or put this in a build.properties or project.properties), but then i can't run any unit test at all.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
