MAILBOX-374 reuse forks for RabbitMQ MPT testing

This allow to perform all the tests on a single RabbitMQ container


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/0e9cd67e
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/0e9cd67e
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/0e9cd67e

Branch: refs/heads/master
Commit: 0e9cd67e19dfed202a6fbdbc09fc115c54487a58
Parents: 2c84e32
Author: Benoit Tellier <btell...@linagora.com>
Authored: Wed Jan 23 10:23:33 2019 +0700
Committer: Benoit Tellier <btell...@linagora.com>
Committed: Thu Jan 24 09:46:04 2019 +0700

----------------------------------------------------------------------
 mpt/impl/imap-mailbox/rabbitmq/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/0e9cd67e/mpt/impl/imap-mailbox/rabbitmq/pom.xml
----------------------------------------------------------------------
diff --git a/mpt/impl/imap-mailbox/rabbitmq/pom.xml 
b/mpt/impl/imap-mailbox/rabbitmq/pom.xml
index 90e9520..5f54be4 100644
--- a/mpt/impl/imap-mailbox/rabbitmq/pom.xml
+++ b/mpt/impl/imap-mailbox/rabbitmq/pom.xml
@@ -83,4 +83,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>
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to