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 2021/11/02 11:06:06 UTC

[camel] branch main updated: [CAMEL-17155] Run tests in parallel (#6368)

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

davsclaus 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 336a93b  [CAMEL-17155] Run tests in parallel (#6368)
336a93b is described below

commit 336a93b305f304a00b113b05f9c1a235b8961df7
Author: Federico Mariani <34...@users.noreply.github.com>
AuthorDate: Tue Nov 2 12:05:09 2021 +0100

    [CAMEL-17155] Run tests in parallel (#6368)
    
    * [CAMEL-17155] Run tests in parallel
    
    * Use parent pom failsafe-plugin
---
 components/camel-openapi-java/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/components/camel-openapi-java/pom.xml b/components/camel-openapi-java/pom.xml
index 74b9cd9..3792e44 100644
--- a/components/camel-openapi-java/pom.xml
+++ b/components/camel-openapi-java/pom.xml
@@ -41,6 +41,8 @@
             com.fasterxml.jackson.*;version="[2.11,3)",
             io.apicurio.datamodels*
         </camel.osgi.import.before.defaults>
+
+        <camel.surefire.parallel>true</camel.surefire.parallel>
     </properties>
 
     <dependencies>