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 859233bfaa10b145b694deb59022a05e596c1744 Author: Benoit Tellier <[email protected]> AuthorDate: Fri Feb 1 15:38:50 2019 +0700 MAILBOX-374 Reuse forks in `mailbox/event/rabbitmq` to fasten tests --- mailbox/event/event-rabbitmq/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/mailbox/event/event-rabbitmq/pom.xml b/mailbox/event/event-rabbitmq/pom.xml index cad95db..c87e0f6 100644 --- a/mailbox/event/event-rabbitmq/pom.xml +++ b/mailbox/event/event-rabbitmq/pom.xml @@ -115,5 +115,16 @@ </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> \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
