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 cb63329c52c06f99b0228cda79822d4555987301 Author: Pascal Schumacher <[email protected]> AuthorDate: Sun Nov 12 18:24:00 2017 +0100 camel-sjms: speed-up tests by not forking the JVM for every test executed --- components/camel-sjms/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/camel-sjms/pom.xml b/components/camel-sjms/pom.xml index 500fa28..0fe9e9d 100644 --- a/components/camel-sjms/pom.xml +++ b/components/camel-sjms/pom.xml @@ -120,8 +120,6 @@ <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <forkCount>1</forkCount> - <reuseForks>false</reuseForks> <forkedProcessTimeoutInSeconds>6000</forkedProcessTimeoutInSeconds> </configuration> </plugin> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
