I want to use testng with the Surefire plug-in of Maven. The idea is to tag some tests with a group integrationTest and run the ...
integrationTest
I'm writing a very simple Maven plugin, and I am kind of lost with the testing part. Based on the plugin developers site, there are several different tools to ...