Description
Running a single test via mvn test -Dtest=myTest results in an error without executing any test.
Switching maven-surefire-plugins version from 2.12 to 2.11 or the latest (2.16) seems to fix the problem.
Behaviour is already reported as a Bug at Surefire Jira.