JAMES-2489 Build JPA MPT 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/7dad7605 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/7dad7605 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/7dad7605 Branch: refs/heads/master Commit: 7dad7605281d85390169e9dc295301665ffda86d Parents: 7b06be1 Author: Benoit Tellier <[email protected]> Authored: Thu Nov 1 10:47:07 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Thu Nov 1 10:47:07 2018 +0700 ---------------------------------------------------------------------- mpt/impl/imap-mailbox/jpa/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/7dad7605/mpt/impl/imap-mailbox/jpa/pom.xml ---------------------------------------------------------------------- diff --git a/mpt/impl/imap-mailbox/jpa/pom.xml b/mpt/impl/imap-mailbox/jpa/pom.xml index 2cb089c..6e06f5f 100644 --- a/mpt/impl/imap-mailbox/jpa/pom.xml +++ b/mpt/impl/imap-mailbox/jpa/pom.xml @@ -63,4 +63,16 @@ <scope>test</scope> </dependency> </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <forkCount>1C</forkCount> + </configuration> + </plugin> + </plugins> + </build> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
