]> source.dussan.org Git - sonarqube.git/commitdiff
Upgrade jacoco maven plugin to 0.7.5.201505241946
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 28 May 2015 07:37:32 +0000 (09:37 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 28 May 2015 07:37:32 +0000 (09:37 +0200)
This is a workaround to fix http://jira.codehaus.org/browse/SONARJAVA-1091

pom.xml

diff --git a/pom.xml b/pom.xml
index e7d4485e6c572345d2b2e482250adaf39cca4cdf..4ceec468ab9e9e19a3ec500c18ef03ccf24725d5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <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>