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:43 UTC

[camel] 04/07: camel-script: 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 edcae2e84d59dc617a959810978ba251e2728789
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Fri Nov 17 18:22:06 2017 +0100

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

diff --git a/components/camel-script/pom.xml b/components/camel-script/pom.xml
index a9047b7..daa2602 100644
--- a/components/camel-script/pom.xml
+++ b/components/camel-script/pom.xml
@@ -136,15 +136,4 @@
 
     </dependencies>
 
-    <build>
-        <plugins>
-            <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>.