> Do you know if surefire allows to explicitly test one method only? Is there
> a way to achive that at all?

Put each of your tests into different classes, with one method each.

Or write an Ant script or something to do this, and just let Maven do
the compile etc, then you run the test manually.

This really falls outside the scope of normal Maven usage which is why
its not supported.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to