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 2019/05/15 01:36:02 UTC

[maven-surefire] 03/04: removed jacoco.instrumentation.skip

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

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

commit 51d8d2df8e2c904c0edc1344882bc8613864ce0f
Author: tibordigana <ti...@apache.org>
AuthorDate: Mon May 13 20:20:09 2019 +0200

    removed jacoco.instrumentation.skip
---
 surefire-api/pom.xml                       | 4 ----
 surefire-providers/surefire-junit4/pom.xml | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/surefire-api/pom.xml b/surefire-api/pom.xml
index 2ce2f68..e791c9d 100644
--- a/surefire-api/pom.xml
+++ b/surefire-api/pom.xml
@@ -31,10 +31,6 @@
   <name>SureFire API</name>
   <description>API used in Surefire and Failsafe MOJO, Booter, Common and test framework providers.</description>
 
-  <properties>
-    <jacoco.instrumentation.skip>true</jacoco.instrumentation.skip>
-  </properties>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.maven.surefire</groupId>
diff --git a/surefire-providers/surefire-junit4/pom.xml b/surefire-providers/surefire-junit4/pom.xml
index 2981dab..693185a 100644
--- a/surefire-providers/surefire-junit4/pom.xml
+++ b/surefire-providers/surefire-junit4/pom.xml
@@ -31,10 +31,6 @@
   <name>SureFire JUnit4 Runner</name>
   <description>SureFire JUnit 4.0+ Runner</description>
 
-  <properties>
-    <jacoco.instrumentation.skip>true</jacoco.instrumentation.skip>
-  </properties>
-
   <dependencies>
     <dependency>
       <groupId>junit</groupId>