Clover and Maven working with Distributed Applications
1. Configure maven clover plugin. 2. Build the all components with clover enabled. 3. Deploy the clover enabled build to test server. 4. Run the tests. 5. Create & Review the Code Coverage Report. Configure Maven Clover Plugin Configure the maven plugin in pom.xml .If you are having multi module projects; you can configure the … Read more