jacoco coverage per test setup
I'm using jacoco in order to gather code metrics and import them to sonarQube but i was missing details about coverage per test. So after searching about it i came to this tutorial but failed to make it work on my project. here is my pom.xml <properties> <sonarVersion>2.4</sonarVersion> <spring-framework.version>4.0.0.RELEASE</spring-framework.version> <spring-framework.security.version>3.2.5.RELEASE</spring-framework.security.version> <jackson.version>1.9.13</jackson.version> <jacoco.version>0.7.7.201606060606</jacoco.version> <aspectj.version>1.7.4</aspectj.version> <sonar.java