Skip to content

Commit

Permalink
Revert "Update jacoco dependency to 0.7.5.201505241946"
Browse files Browse the repository at this point in the history
JaCoCo 0.7.5 shows no lines covered when displayed by Jenkins JaCoCo
plugin 1.0.19.  Since Jenkins JaCoCo plugin 1.0.19 is based on JaCoCo
0.7.4 rather than 0.7.5, that may be expected.

The JaCoCo report in target/site/jacoco/index.html appears correct and
complete for JaCoCo 0.7.5, but the missing presentation in Jenkins means
this update needs to wait until the JaCoCo plugin is updated to support
JaCoCo 0.7.5.

Submitted JENKINS-28652 documenting the JaCoCo plugin problem

This reverts commit aa7e532.
  • Loading branch information
MarkEWaite committed May 30, 2015
1 parent aa7e532 commit 31e556b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -44,7 +44,7 @@

<properties>
<findbugs-maven-plugin.version>3.0.1</findbugs-maven-plugin.version>
<jacoco-maven-plugin.version>0.7.5.201505241946</jacoco-maven-plugin.version>
<jacoco-maven-plugin.version>0.7.4.201502262128</jacoco-maven-plugin.version>
<!-- Maven plugin versions provided by parent are outdated. -->
<!-- Generating site report with "mvn site" fails without these updated versions. -->
<maven-dependency-plugin.version>2.9</maven-dependency-plugin.version>
Expand Down

0 comments on commit 31e556b

Please sign in to comment.