On 1/27/07, Lisa <[EMAIL PROTECTED]> wrote:

I want to turn off all tests for a project but still be able to force a run
for all tests in a single class file by using a param on the mvn command
line but can not figure out how to do this.

Try putting the "skip" config in a profile that is activated by the
absence of a system property.  Then if you do supply the property, the
profile will not be active.

--
Wendy

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

Reply via email to