The toughest thing about building Maven projects in Eclipse is simply getting started. After that, Java development in Eclipse becomes decidedly simpler. That's because once a Maven project is created ...
This blog shows how to seperate your unit and integration tests in a multi-module maven project whilst providing seperate test coverage results for each. It builds upon my previous 2 simpler examples ...