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/12 22:11:55 UTC

[camel] 02/02: camel-stream: 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 ee49be12c9e9312c5e87d8a7cbe2ed6817e0b903
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Nov 12 23:11:39 2017 +0100

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

diff --git a/components/camel-stream/pom.xml b/components/camel-stream/pom.xml
index f1be987..812449c 100644
--- a/components/camel-stream/pom.xml
+++ b/components/camel-stream/pom.xml
@@ -73,17 +73,4 @@
 
     </dependencies>
 
-    <build>
-        <plugins>
-            <!-- use per test fork mode to avoid side effects -->
-            <plugin>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-          		<forkCount>1</forkCount>
-	  		<reuseForks>false</reuseForks>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
 </project>

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