You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2017/08/29 01:13:20 UTC

[4/4] james-project git commit: JAMES-2118 use reuseForks for maven-surefire-plugin instead of deprecated forkMode

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 <ma...@apache.org>
Authored: Mon Jul 3 17:13:41 2017 -0400
Committer: benwa <bt...@linagora.com>
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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org