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 030a17e28a47c080cb62c497f87f2038038b2091 Author: Benoit Tellier <[email protected]> AuthorDate: Thu May 30 10:03:29 2019 +0700 JAMES-2489 WebAdmin projects should avoid parallel execution -> Leads to low probability random VM crashes -> Some port conflicts can arise Minimum time gain of a few minutes do not deserve to frighten overall build stability. --- server/protocols/webadmin/webadmin-core/pom.xml | 1 - server/protocols/webadmin/webadmin-data/pom.xml | 1 - server/protocols/webadmin/webadmin-mailbox-deleted-message-vault/pom.xml | 1 - server/protocols/webadmin/webadmin-mailbox/pom.xml | 1 - server/protocols/webadmin/webadmin-mailqueue/pom.xml | 1 - server/protocols/webadmin/webadmin-mailrepository/pom.xml | 1 - 6 files changed, 6 deletions(-) diff --git a/server/protocols/webadmin/webadmin-core/pom.xml b/server/protocols/webadmin/webadmin-core/pom.xml index f1279d6..a744ee6 100644 --- a/server/protocols/webadmin/webadmin-core/pom.xml +++ b/server/protocols/webadmin/webadmin-core/pom.xml @@ -167,7 +167,6 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <reuseForks>true</reuseForks> - <forkCount>1C</forkCount> </configuration> </plugin> </plugins> diff --git a/server/protocols/webadmin/webadmin-data/pom.xml b/server/protocols/webadmin/webadmin-data/pom.xml index 3ffa880..aa4f7b2 100644 --- a/server/protocols/webadmin/webadmin-data/pom.xml +++ b/server/protocols/webadmin/webadmin-data/pom.xml @@ -185,7 +185,6 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <reuseForks>true</reuseForks> - <forkCount>1C</forkCount> </configuration> </plugin> diff --git a/server/protocols/webadmin/webadmin-mailbox-deleted-message-vault/pom.xml b/server/protocols/webadmin/webadmin-mailbox-deleted-message-vault/pom.xml index 50adb89..de046be 100644 --- a/server/protocols/webadmin/webadmin-mailbox-deleted-message-vault/pom.xml +++ b/server/protocols/webadmin/webadmin-mailbox-deleted-message-vault/pom.xml @@ -205,7 +205,6 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <reuseForks>true</reuseForks> - <forkCount>1C</forkCount> </configuration> </plugin> </plugins> diff --git a/server/protocols/webadmin/webadmin-mailbox/pom.xml b/server/protocols/webadmin/webadmin-mailbox/pom.xml index e78dfc2..d3b834f 100644 --- a/server/protocols/webadmin/webadmin-mailbox/pom.xml +++ b/server/protocols/webadmin/webadmin-mailbox/pom.xml @@ -234,7 +234,6 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <reuseForks>true</reuseForks> - <forkCount>1C</forkCount> </configuration> </plugin> </plugins> diff --git a/server/protocols/webadmin/webadmin-mailqueue/pom.xml b/server/protocols/webadmin/webadmin-mailqueue/pom.xml index 62016e4..3679fb2 100644 --- a/server/protocols/webadmin/webadmin-mailqueue/pom.xml +++ b/server/protocols/webadmin/webadmin-mailqueue/pom.xml @@ -131,7 +131,6 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <reuseForks>true</reuseForks> - <forkCount>1C</forkCount> </configuration> </plugin> </plugins> diff --git a/server/protocols/webadmin/webadmin-mailrepository/pom.xml b/server/protocols/webadmin/webadmin-mailrepository/pom.xml index 148a7df..ab20627 100644 --- a/server/protocols/webadmin/webadmin-mailrepository/pom.xml +++ b/server/protocols/webadmin/webadmin-mailrepository/pom.xml @@ -166,7 +166,6 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <reuseForks>true</reuseForks> - <forkCount>1C</forkCount> </configuration> </plugin> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
