tags:

views:

15

answers:

1

Is it possible to instruct maven-surefire-plugin to run just one unit test? And of course I want to do it from command line.

+2  A: 

mvn -Dtest=testClassName test

See also:

axtavt
@axtavt Shame on me, many thanks :)
Vincenzo