Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

1 Answer

up vote 2 down vote accepted

mvn -Dtest=testClassName test

See also:

share|improve this answer
Shame on me, many thanks :) – yegor256 Oct 11 '10 at 11:51

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.