Repository: james-project
Updated Branches:
  refs/heads/master 1c7c2fe7a -> 97a5eb2a1


JAMES-2580 Configure maven surefire for cucumber tests


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/97a5eb2a
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/97a5eb2a
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/97a5eb2a

Branch: refs/heads/master
Commit: 97a5eb2a11f2db52bcf8e52c756d00f89d043947
Parents: 6b2ac71
Author: tran tien duc <dt...@linagora.com>
Authored: Wed Oct 31 18:27:45 2018 +0700
Committer: Antoine Duprat <adup...@linagora.com>
Committed: Wed Nov 7 14:10:29 2018 +0100

----------------------------------------------------------------------
 .../cassandra-jmap-integration-testing/pom.xml                  | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/97a5eb2a/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/pom.xml
----------------------------------------------------------------------
diff --git 
a/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/pom.xml
 
b/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/pom.xml
index 4a6d095..b19157b 100644
--- 
a/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/pom.xml
+++ 
b/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/pom.xml
@@ -224,11 +224,10 @@
                 <version>2.22.0</version>
                 <configuration>
                     <argLine>-Xms512m -Xmx1024m</argLine>
-                    <reuseForks>false</reuseForks>
+                    <reuseForks>true</reuseForks>
                     <!-- Fail tests longer than 2 hours, prevent form random 
locking tests -->
                     
<forkedProcessTimeoutInSeconds>7200</forkedProcessTimeoutInSeconds>
-                    <!-- Run only Cassandra Jmap Integration tests-->
-                    
<groups>org.apache.james.jmap.categories.BasicFeature</groups>
+                    <groups 
combine.self="override">org.apache.james.jmap.categories.BasicFeature,org.apache.james.jmap.categories.EnableCucumber</groups>
                 </configuration>
                 <dependencies>
                     <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to