I just installed the plugin m2e for the first time on Eclipse.
I wrote a simple JUnit (version 4) test. I can run it from Eclipse, but not from the pom.xml (alt-clic
Add this to your pom.xml
[...] org.apache.maven.plugins maven-surefire-plugin 2.18.1 [...]
run maven with clean test
clean test