Repository: camel Updated Branches: refs/heads/master 67ab9a972 -> 514840908
tidy Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f0bf7ba1 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f0bf7ba1 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f0bf7ba1 Branch: refs/heads/master Commit: f0bf7ba1cf16ed0d9e60977f80c3f7ef05896583 Parents: 4ad56f1 Author: Jonathan Anstey <[email protected]> Authored: Wed Apr 12 17:07:42 2017 -0230 Committer: Jonathan Anstey <[email protected]> Committed: Wed Apr 12 17:13:00 2017 -0230 ---------------------------------------------------------------------- components/camel-zendesk/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/f0bf7ba1/components/camel-zendesk/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-zendesk/pom.xml b/components/camel-zendesk/pom.xml index 12a02d2..c318753 100644 --- a/components/camel-zendesk/pom.xml +++ b/components/camel-zendesk/pom.xml @@ -251,7 +251,7 @@ <childDelegation>false</childDelegation> <useFile>true</useFile> <forkCount>1</forkCount> - <reuseForks>true</reuseForks> + <reuseForks>true</reuseForks> <forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds> <excludes> <exclude>**/*XXXTest.java</exclude>
