I have had success doing the following:
1) add xmlns:artifact="artifact" to the maven.xml file's project tag
2) add the following preGoal code:
<preGoal name="test:test">
<echo message="test:test preGoal"/>
<!-- -->
<maven:set plugin="maven.test.plugin" property="maven.test.skip"
value="true"/>
<!-- -->
</preGoal>
I found that if the maven:set was commented out the tests ran, and when it
was not, the tests did not run. I think that is what you want, yes?
Hope that this helps.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]