Repository: camel Updated Branches: refs/heads/master 5be15dc14 -> 1592c2988
CAMEL-11265: Fix maven warning about fork option Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1592c298 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1592c298 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/1592c298 Branch: refs/heads/master Commit: 1592c2988912438c005d428714f8f37c3c45a25d Parents: 5be15dc Author: Andrea Cosentino <anco...@gmail.com> Authored: Tue May 16 13:37:09 2017 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Tue May 16 13:42:11 2017 +0200 ---------------------------------------------------------------------- components/camel-xmpp/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/1592c298/components/camel-xmpp/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-xmpp/pom.xml b/components/camel-xmpp/pom.xml index 9ccfd5c..06b8941 100644 --- a/components/camel-xmpp/pom.xml +++ b/components/camel-xmpp/pom.xml @@ -120,7 +120,8 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <forkMode>pertest</forkMode> + <forkCount>1</forkCount> + <reuseForks>false</reuseForks> <systemProperties> <property> <name>javax.net.ssl.trustStore</name>