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

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

commit 3d69d9088f331d1f4c69e6f185a080cc118171da
Author: Benoit Tellier <btell...@linagora.com>
AuthorDate: Thu Apr 11 10:24:43 2019 +0700

    JAMES-2709 Fasten LinShare test by reusing surefire forks
    
     - We initialise testcontainer only once
     - LinShare singleton is initialized only once hence dockers are started 
only once
---
 third-party/linshare/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/third-party/linshare/pom.xml b/third-party/linshare/pom.xml
index 4a41a92..8a7917a 100644
--- a/third-party/linshare/pom.xml
+++ b/third-party/linshare/pom.xml
@@ -111,4 +111,16 @@
             <scope>test</scope>
         </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