This is an automated email from the ASF dual-hosted git repository. hqtran pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit d6e5d083ba7f6a9a34c25c84c774d5e2d6914c25 Author: Quan Tran <[email protected]> AuthorDate: Wed Sep 17 10:51:28 2025 +0700 [BUILD] [apache-james-mailbox-opensearch] Reuse fork + increase forkCount --- mailbox/opensearch/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/mailbox/opensearch/pom.xml b/mailbox/opensearch/pom.xml index 8222b2f023..a5d7618375 100644 --- a/mailbox/opensearch/pom.xml +++ b/mailbox/opensearch/pom.xml @@ -165,4 +165,16 @@ <scope>test</scope> </dependency> </dependencies> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <reuseForks>true</reuseForks> + <forkCount>2</forkCount> + </configuration> + </plugin> + </plugins> + </build> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
