You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2021/05/05 21:43:22 UTC

[maven-surefire] branch master updated: Update JaCoCo Version to 0.8.7

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new c61d874  Update JaCoCo Version to 0.8.7
c61d874 is described below

commit c61d874036bec351ceaadd52e45175785c839ef2
Author: tibordigana <ti...@gmail.com>
AuthorDate: Wed May 5 23:42:55 2021 +0200

    Update JaCoCo Version to 0.8.7
---
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3e36523..c61f0d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
     <!-- maven-shared-utils:3.2.0+ another behavior - broke Surefire performance - end of subprocess notification not arrived in ForkStarter -->
     <mavenSharedUtilsVersion>3.1.0</mavenSharedUtilsVersion>
     <powermockVersion>2.0.5</powermockVersion>
-    <jacocoVersion>0.8.6</jacocoVersion>
+    <jacocoVersion>0.8.7</jacocoVersion>
     <maven.surefire.scm.devConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-surefire.git</maven.surefire.scm.devConnection>
     <maven.site.path>surefire-archives/surefire-LATEST</maven.site.path>
     <maven.compiler.testSource>1.${javaVersion}</maven.compiler.testSource>
@@ -544,6 +544,9 @@
             <inclNoLocationClasses>true</inclNoLocationClasses>
             <haltOnFailure>false</haltOnFailure>
             <jmx>false</jmx>-->
+            <formats>
+              <format>HTML</format>
+            </formats>
             <includes>
               <include>**/failsafe/*</include>
               <include>**/failsafe/**/*</include>