Skip to content

Commit

Permalink
Merge pull request #5484 from IQSS/5483-netbeans-code-coverage
Browse files Browse the repository at this point in the history
downgrade to JaCoCo 0.8.1 for working Netbeans integration #5483
  • Loading branch information
kcondon authored Jan 24, 2019
2 parents d022e46 + e0d2ecc commit 5a24bc8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@
<junit.vintage.version>5.3.1</junit.vintage.version>
<junit.platform.version>1.3.1</junit.platform.version>
<mockito.version>2.22.0</mockito.version>
<jacoco.version>0.8.2</jacoco.version>
<!--
Jacoco 0.8.2 seems to break Netbeans code coverage integration so we'll use 0.8.1 instead.
See https://github.com/jacoco/jacoco/issues/772 for discussion of how the XML changed.
-->
<jacoco.version>0.8.1</jacoco.version>
</properties>

<!--Maven checks for dependendies from these repos in the order shown in the pom.xml
Expand Down

0 comments on commit 5a24bc8

Please sign in to comment.