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 fd3546a884b9 fix(ci): coverage report for camel-aws2-rekognition
fd3546a884b9 is described below

commit fd3546a884b9bffa546bc1b516b7d2de249b7db8
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Wed Jan 28 12:40:08 2026 +0100

    fix(ci): coverage report for camel-aws2-rekognition
    
    Ref CAMEL-22913
---
 components/camel-aws/camel-aws2-rekognition/pom.xml | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/components/camel-aws/camel-aws2-rekognition/pom.xml 
b/components/camel-aws/camel-aws2-rekognition/pom.xml
index 9650c0b740d3..2bceef5d72a9 100644
--- a/components/camel-aws/camel-aws2-rekognition/pom.xml
+++ b/components/camel-aws/camel-aws2-rekognition/pom.xml
@@ -34,6 +34,7 @@
 
     <properties>
         <camel.surefire.forkTimeout>1200</camel.surefire.forkTimeout>
+        
<camel.surefire.fork.additional-vmargs>-Xmx2G</camel.surefire.fork.additional-vmargs>
     </properties>
 
     <dependencies>
@@ -82,15 +83,4 @@
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <argLine>${camel.surefire.fork.vmargs} -Xmx2G</argLine>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
 </project>

Reply via email to