You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/08/11 13:24:27 UTC

[camel] 01/01: Some more components can test in parallel

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

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

commit d0419c09ba175ea6b08710466e112e4975c5f649
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Aug 11 15:24:14 2023 +0200

    Some more components can test in parallel
---
 components/camel-freemarker/pom.xml     | 1 +
 components/camel-mvel/pom.xml           | 1 +
 components/camel-ognl/pom.xml           | 1 +
 components/camel-stringtemplate/pom.xml | 1 +
 components/camel-velocity/pom.xml       | 4 ++++
 5 files changed, 8 insertions(+)

diff --git a/components/camel-freemarker/pom.xml b/components/camel-freemarker/pom.xml
index 09b7e2d2eee..5811ac9a242 100644
--- a/components/camel-freemarker/pom.xml
+++ b/components/camel-freemarker/pom.xml
@@ -32,6 +32,7 @@
     <description>Camel Freemarker support</description>
 
     <properties>
+        <camel.surefire.parallel>true</camel.surefire.parallel>
     </properties>
 
     <dependencies>
diff --git a/components/camel-mvel/pom.xml b/components/camel-mvel/pom.xml
index 2026142af07..29aed141faf 100644
--- a/components/camel-mvel/pom.xml
+++ b/components/camel-mvel/pom.xml
@@ -32,6 +32,7 @@
     <description>Camel MVEL support</description>
 
     <properties>
+        <camel.surefire.parallel>true</camel.surefire.parallel>
     </properties>
 
     <dependencies>
diff --git a/components/camel-ognl/pom.xml b/components/camel-ognl/pom.xml
index 3d3d36a07a2..8fc0e5d93b2 100644
--- a/components/camel-ognl/pom.xml
+++ b/components/camel-ognl/pom.xml
@@ -32,6 +32,7 @@
     <description>Camel OGNL support</description>
 
     <properties>
+        <camel.surefire.parallel>true</camel.surefire.parallel>
     </properties>
 
     <dependencies>
diff --git a/components/camel-stringtemplate/pom.xml b/components/camel-stringtemplate/pom.xml
index 0e8f76a7269..f83a01cdb13 100644
--- a/components/camel-stringtemplate/pom.xml
+++ b/components/camel-stringtemplate/pom.xml
@@ -33,6 +33,7 @@
     <description>Camel StringTemplate support</description>
 
     <properties>
+        <camel.surefire.parallel>true</camel.surefire.parallel>
     </properties>
 
     <dependencies>
diff --git a/components/camel-velocity/pom.xml b/components/camel-velocity/pom.xml
index b5c518d584d..b32b8193953 100644
--- a/components/camel-velocity/pom.xml
+++ b/components/camel-velocity/pom.xml
@@ -32,6 +32,10 @@
     <name>Camel :: Velocity</name>
     <description>Camel Velocity support</description>
 
+    <properties>
+        <camel.surefire.parallel>true</camel.surefire.parallel>
+    </properties>
+
     <dependencies>
 
         <dependency>