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 c9b7462336a642363c2245b1a5ad3244a6647a40
Author: Benoit Tellier <[email protected]>
AuthorDate: Thu Aug 1 09:19:23 2019 +0200

    JAMES-2874 Spring App tests do not support reusing forks
---
 server/app/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/server/app/pom.xml b/server/app/pom.xml
index 8f79651..7e9f258 100644
--- a/server/app/pom.xml
+++ b/server/app/pom.xml
@@ -936,6 +936,13 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <reuseForks>false</reuseForks>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to