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 2d9a93f8c0117d31c8a10b2478f351d2bf203365 Author: Pascal Schumacher <[email protected]> AuthorDate: Sun Nov 12 22:41:00 2017 +0100 camel-cxf: speed-up tests by not forking the JVM for every test executed --- components/camel-cxf/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml index d842c4b..63199e2 100644 --- a/components/camel-cxf/pom.xml +++ b/components/camel-cxf/pom.xml @@ -368,8 +368,6 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <childDelegation>false</childDelegation> - <forkCount>1</forkCount> - <reuseForks>true</reuseForks> <forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds> <reportFormat>brief</reportFormat> <useFile>false</useFile> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
