JAMES-2489 Reuse forks in RabbitMQ backend
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/7b06be11 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/7b06be11 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/7b06be11 Branch: refs/heads/master Commit: 7b06be119bf26062d7f49b6185205628fc5df699 Parents: 45b81bc Author: Benoit Tellier <[email protected]> Authored: Thu Nov 1 10:25:13 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Thu Nov 1 10:25:13 2018 +0700 ---------------------------------------------------------------------- backends-common/rabbitmq/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/7b06be11/backends-common/rabbitmq/pom.xml ---------------------------------------------------------------------- diff --git a/backends-common/rabbitmq/pom.xml b/backends-common/rabbitmq/pom.xml index d260153..ebc0548 100644 --- a/backends-common/rabbitmq/pom.xml +++ b/backends-common/rabbitmq/pom.xml @@ -102,4 +102,15 @@ </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]
