Surefire forkMode parameter is deprecated, use forkCount and reuseForks parameter
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b4d40dbc Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b4d40dbc Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b4d40dbc Branch: refs/heads/master Commit: b4d40dbc64e8001ec30d1242c837f56de2c5d1a3 Parents: 81d23b4 Author: Andrea Cosentino <anco...@gmail.com> Authored: Mon Oct 12 17:23:19 2015 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Mon Oct 12 17:23:19 2015 +0200 ---------------------------------------------------------------------- components/camel-hazelcast/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/b4d40dbc/components/camel-hazelcast/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-hazelcast/pom.xml b/components/camel-hazelcast/pom.xml index fd6e73d..9155190 100644 --- a/components/camel-hazelcast/pom.xml +++ b/components/camel-hazelcast/pom.xml @@ -86,7 +86,8 @@ <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <forkMode>always</forkMode> + <forkCount>1</forkCount> + <reuseForks>false</reuseForks> <forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds> <systemProperties> <property>