You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/03/01 10:42:33 UTC

[maven-surefire] 03/03: enable jacoco to record data for ITs tests of m-failsafe-p runned by m-invoker-p

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

commit dc9a518552ef375f8f186b73f3a80440e09c44e1
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Tue Mar 1 16:04:53 2022 +1000

    enable jacoco to record data for ITs tests of m-failsafe-p runned by m-invoker-p
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 maven-failsafe-plugin/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml
index f777c7c..184839d 100644
--- a/maven-failsafe-plugin/pom.xml
+++ b/maven-failsafe-plugin/pom.xml
@@ -254,6 +254,7 @@
                                     <goal>run</goal>
                                 </goals>
                                 <configuration>
+                                    <mavenOpts>${jacoco.agent}</mavenOpts>
                                     <projectsDirectory>src/it</projectsDirectory>
                                     <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
                                     <goals>