This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit b9168d9571aa1079fb4f905a3cc5ca595fcf247a
Author: Rene Cordier <rcord...@linagora.com>
AuthorDate: Wed Apr 3 10:40:54 2019 +0700

    JAMES-2721 Re-enable forks for mailbox/cassandra tests
---
 mailbox/cassandra/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/mailbox/cassandra/pom.xml b/mailbox/cassandra/pom.xml
index 250955e..e2609e1 100644
--- a/mailbox/cassandra/pom.xml
+++ b/mailbox/cassandra/pom.xml
@@ -182,4 +182,16 @@
         </dependency>
     </dependencies>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <reuseForks>true</reuseForks>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>


---------------------------------------------------------------------
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