I\'m using SonarQube for code quality control and suddenly builds that would otherwise pass can\'t be analyzed and fails.
[INFO] [00:00:03.630] Analy
What I did was to specify the jacoco version in my maven project.
0.7.4.201502262128 org.jacoco jacoco-maven-plugin ${jacoco-maven-plugin.version}
That fix my issue!