JAMES-2489 Run JMAP memory integration tests in parallel
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/d2361955 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/d2361955 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/d2361955 Branch: refs/heads/master Commit: d2361955fdc2a2e255759d0b72f9090431aeff9b Parents: 4106848 Author: Benoit Tellier <[email protected]> Authored: Thu Nov 1 10:06:14 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Thu Nov 1 10:15:54 2018 +0700 ---------------------------------------------------------------------- .../memory-jmap-integration-testing/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/d2361955/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/pom.xml ---------------------------------------------------------------------- diff --git a/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/pom.xml b/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/pom.xml index 9b7c8ad..ba7df5a 100644 --- a/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/pom.xml +++ b/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/pom.xml @@ -161,4 +161,17 @@ </dependency> </dependencies> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <reuseForks>false</reuseForks> + <forkCount>1C</forkCount> + </configuration> + </plugin> + </plugins> + </build> + </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
