You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/04/09 06:31:18 UTC

[isis] 02/02: ISIS-2445: maven-surefire-plugin: replace deprecated fork options

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 71a69ff4dc14bd8d1006c3b5d6c1d57b82b9aca9
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sat Apr 9 08:31:09 2022 +0200

    ISIS-2445: maven-surefire-plugin: replace deprecated fork options
---
 regressiontests/pom.xml                                      | 3 ++-
 regressiontests/stable-viewers-common/src/main/java/.include | 0
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/regressiontests/pom.xml b/regressiontests/pom.xml
index c3155faf3c..009f45740e 100644
--- a/regressiontests/pom.xml
+++ b/regressiontests/pom.xml
@@ -64,7 +64,8 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
 				<configuration>
-					<forkMode>always</forkMode>
+					<forkCount>1C</forkCount>
+					<reuseForks>true</reuseForks>
 					<systemPropertyVariables>
 						<!-- allows regression tests to reduce verbosity when run with surefire -->
 						<isRunningWithSurefire>true</isRunningWithSurefire>
diff --git a/regressiontests/stable-viewers-common/src/main/java/.include b/regressiontests/stable-viewers-common/src/main/java/.include
new file mode 100644
index 0000000000..e69de29bb2