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 eae90a10ac8d46ff4dcd55840e2dad28c52e11b3 Author: Benoit Tellier <[email protected]> AuthorDate: Wed Jul 29 09:18:42 2020 +0700 JAMES-3350 Reuse forks for mailet integration tests This also ease the transition to graddle --- server/mailet/integration-testing/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mailet/integration-testing/pom.xml b/server/mailet/integration-testing/pom.xml index 4766cb7..723e887 100644 --- a/server/mailet/integration-testing/pom.xml +++ b/server/mailet/integration-testing/pom.xml @@ -162,7 +162,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <reuseForks>false</reuseForks> + <reuseForks>true</reuseForks> <forkCount>1C</forkCount> </configuration> </plugin> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
