Tuesday, December 8, 2020

jacoco plugin usage with maven

From the place where you have the pom.xml run the below line to get the  site > jacoco under target for index.html to see the report on the package. 

mvn -B org.jacoco:jacoco-maven-plugin:prepare-agent clean verify org.jacoco:jacoco-maven-plugin:report

// Below script tag for SyntaxHighLighter