You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2017/11/17 17:50:41 UTC

[camel] 02/07: camel-elasticsearch: speed-up tests by not forking the JVM for every test executed

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

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

commit 0292666d78261c370c441f7182f6ac76a74d8abe
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Fri Nov 17 17:55:21 2017 +0100

    camel-elasticsearch: speed-up tests by not forking the JVM for every test executed
---
 components/camel-elasticsearch/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/components/camel-elasticsearch/pom.xml b/components/camel-elasticsearch/pom.xml
index 288ee87..548d8ad 100644
--- a/components/camel-elasticsearch/pom.xml
+++ b/components/camel-elasticsearch/pom.xml
@@ -99,8 +99,6 @@
           <systemPropertyVariables>
             <es.path.data>target/data</es.path.data>
           </systemPropertyVariables>
-          <forkCount>1</forkCount>
-          <reuseForks>false</reuseForks>
         </configuration>
       </plugin>
     </plugins>

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.