I’m learning Maven, and I have a sample project with a simple pom.
I want too add the surefire plugin so I may run junit tests.
I’m assuming that I can somehow add the plugin using Eclipse, or do I need to use the command line?
I’m learning Maven, and I have a sample project with a simple pom. I
Share
Install m2eclipse which contains the surefire plugin.
The screenshot give below contains the “Run As” -> “Maven Test” option which will invoke the surefire plugin.