Upgrade jacoco maven plugin to 0.7.5.201505241946

This is a workaround to fix http://jira.codehaus.org/browse/SONARJAVA-1091
This commit is contained in:
Simon Brandhof 2015-05-28 09:37:32 +02:00
parent 386e6a13b4
commit 2a9e0c6bbf

View File

@ -194,7 +194,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.2.201409121644</version>
<version>0.7.5.201505241946</version>
<configuration>
<excludes>
<exclude>*_javassist_*</exclude>