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

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 47f2367a49bf fix(ci): include coverage for integration tests as well
47f2367a49bf is described below

commit 47f2367a49bf394fed29904dd4f791fd9bc1cd45
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Wed Jan 28 16:12:20 2026 +0100

    fix(ci): include coverage for integration tests as well
    
    Ref CAMEL-22913
---
 components/pom.xml | 3 ---
 parent/pom.xml     | 7 +++++++
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/components/pom.xml b/components/pom.xml
index ac1e2ba65cac..3f3a263acadc 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -554,7 +554,6 @@
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-failsafe-plugin</artifactId>
                         <configuration>
-                            <argLine>${camel.failsafe.fork.vmargs}</argLine>
                             
<reuseForks>${camel.failsafe.reuseForks}</reuseForks>
                             
<forkedProcessTimeoutInSeconds>${camel.failsafe.forkTimeout}</forkedProcessTimeoutInSeconds>
                             
<redirectTestOutputToFile>false</redirectTestOutputToFile>
@@ -569,8 +568,6 @@
                         </configuration>
                         <executions>
                             <execution>
-                                <id>integration-test</id>
-                                <phase>verify</phase>
                                 <goals>
                                     <goal>integration-test</goal>
                                     <goal>verify</goal>
diff --git a/parent/pom.xml b/parent/pom.xml
index c88e18309be7..d82c60cd6587 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4398,6 +4398,13 @@
                             <argLine>${camel.surefire.fork.vmargs} 
${jacocoAgent}</argLine>
                         </configuration>
                     </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-failsafe-plugin</artifactId>
+                        <configuration>
+                            <argLine>${camel.failsafe.fork.vmargs} 
${jacocoAgent}</argLine>
+                        </configuration>
+                    </plugin>
                 </plugins>
             </build>
         </profile>

Reply via email to