JAMES-2489 Reuse froks to fasten JCR tests
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/384d3f85 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/384d3f85 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/384d3f85 Branch: refs/heads/master Commit: 384d3f851c4517e7acf6e261dee54506714a6003 Parents: bb3dc7e Author: Benoit Tellier <[email protected]> Authored: Thu Nov 1 11:42:04 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Thu Nov 1 11:42:04 2018 +0700 ---------------------------------------------------------------------- mailbox/jcr/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/384d3f85/mailbox/jcr/pom.xml ---------------------------------------------------------------------- diff --git a/mailbox/jcr/pom.xml b/mailbox/jcr/pom.xml index b20c342..3354985 100644 --- a/mailbox/jcr/pom.xml +++ b/mailbox/jcr/pom.xml @@ -108,4 +108,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: [email protected] For additional commands, e-mail: [email protected]
