JAMES-2118 use reuseForks for maven-surefire-plugin instead of deprecated forkMode
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/a43b38b0 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/a43b38b0 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/a43b38b0 Branch: refs/heads/master Commit: a43b38b0bee961368fab8e89eb6a1ee549bb6fd4 Parents: 79ff01f Author: Matthieu Baechler <[email protected]> Authored: Mon Jul 3 17:13:41 2017 -0400 Committer: benwa <[email protected]> Committed: Tue Aug 29 08:12:40 2017 +0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/a43b38b0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cc781a8..93b7fcd 100644 --- a/pom.xml +++ b/pom.xml @@ -2479,7 +2479,7 @@ <version>2.19</version> <configuration> <argLine>-Xms256m -Xmx512m</argLine> - <forkMode>always</forkMode> + <reuseForks>false</reuseForks> <!-- Fail tests longer than 1 hour, prevent form random locking tests --> <forkedProcessTimeoutInSeconds>3600</forkedProcessTimeoutInSeconds> </configuration> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
