This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch ci-reporting
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/ci-reporting by this push:
new d418ad0 fix jacoco for surefire-common
d418ad0 is described below
commit d418ad05836649347c11ea563f6562a59acaff9c
Author: Olivier Lamy <[email protected]>
AuthorDate: Thu Mar 3 15:25:10 2022 +1000
fix jacoco for surefire-common
Signed-off-by: Olivier Lamy <[email protected]>
---
maven-surefire-common/pom.xml | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml
index fe23692..afb7f3b 100644
--- a/maven-surefire-common/pom.xml
+++ b/maven-surefire-common/pom.xml
@@ -138,27 +138,8 @@
<profile>
<id>ci-reporting</id>
<build>
- <!--- why this? is it really needed? -->
<plugins>
<plugin>
- <groupId>org.jacoco</groupId>
- <artifactId>jacoco-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>jacoco-instrumentation</id>
- <goals>
- <goal>instrument</goal>
- </goals>
- </execution>
- <execution>
- <id>restore-classes</id>
- <goals>
- <goal>restore-instrumented-classes</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>