I do not have surefire plug-in entry in my pom. But I get surefure plug-in error, when I run with command:
 mvn test -Dtest=TEstClass
Error:
 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-
 test) on project my-projection: No tests were executed!  (Set -DfailIfNoTests=false to ignore 
 this error.) -> [Help 1]
Where is it coming from?