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 1b8f11835f76654602b3881835732de30a4938b7 Author: Quan Tran <[email protected]> AuthorDate: Fri Sep 19 09:18:53 2025 +0700 [BUILD] [james-server-cli-integration-tests] Better JVM isolation On CI: 10:40:00.379 [ERROR] o.a.j.GuiceJamesServer - Fatal error while starting James javax.management.InstanceAlreadyExistsException: org.apache.james:type=component,component=mailetcontainer,name=processor,processor=local-address-error cf https://ci-builds.apache.org/job/james/job/ApacheJames/job/PR-2813/4/testReport/ --- server/apps/cli-integration-tests/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/server/apps/cli-integration-tests/pom.xml b/server/apps/cli-integration-tests/pom.xml index 3d8e089724..f8bee49343 100644 --- a/server/apps/cli-integration-tests/pom.xml +++ b/server/apps/cli-integration-tests/pom.xml @@ -81,4 +81,16 @@ <artifactId>mockito-core</artifactId> </dependency> </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <reuseForks>false</reuseForks> + </configuration> + </plugin> + </plugins> + </build> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
