aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2023-03-22 13:29:43 +0100
committerHarald Musum <musum@yahooinc.com>2023-03-22 13:29:43 +0100
commitf87133a8f82851b1caa0959d1a883ea059fad6d1 (patch)
tree1d2960271a8cf5edcc19ef1f83fdfe9bb383b14c
parentb8ad58738977ee63d046ec3663e42e57abfb8983 (diff)
Remove forkMode, deprecated and same as default value
-rw-r--r--bundle-plugin/pom.xml1
-rw-r--r--config-proxy/pom.xml1
-rwxr-xr-xconfig/pom.xml1
-rw-r--r--jdisc_core/pom.xml1
-rw-r--r--service-monitor/pom.xml1
-rw-r--r--vespa-application-maven-plugin/pom.xml3
-rw-r--r--vespalog/pom.xml1
-rw-r--r--zkfacade/pom.xml1
-rw-r--r--zookeeper-server/pom.xml1
-rw-r--r--zookeeper-server/zookeeper-server-common/pom.xml1
10 files changed, 0 insertions, 12 deletions
diff --git a/bundle-plugin/pom.xml b/bundle-plugin/pom.xml
index 25382f317bf..d1119327f0e 100644
--- a/bundle-plugin/pom.xml
+++ b/bundle-plugin/pom.xml
@@ -109,7 +109,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <forkMode>once</forkMode>
<systemPropertyVariables>
<expectedDefaultConfigGenVersion>${project.version}</expectedDefaultConfigGenVersion>
</systemPropertyVariables>
diff --git a/config-proxy/pom.xml b/config-proxy/pom.xml
index 48d37c42d76..2984b4b1b65 100644
--- a/config-proxy/pom.xml
+++ b/config-proxy/pom.xml
@@ -95,7 +95,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<redirectTestOutputToFile>${test.hide}</redirectTestOutputToFile>
- <forkMode>once</forkMode>
</configuration>
</plugin>
</plugins>
diff --git a/config/pom.xml b/config/pom.xml
index 28eb45fd406..0a95c0e1144 100755
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -186,7 +186,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<redirectTestOutputToFile>${test.hide}</redirectTestOutputToFile>
- <forkMode>once</forkMode>
</configuration>
</plugin>
<plugin>
diff --git a/jdisc_core/pom.xml b/jdisc_core/pom.xml
index c5263da0803..cdc1eb76b6d 100644
--- a/jdisc_core/pom.xml
+++ b/jdisc_core/pom.xml
@@ -173,7 +173,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <forkMode>once</forkMode>
<redirectTestOutputToFile>${test.hide}</redirectTestOutputToFile>
<systemPropertyVariables>
<jdisc.logger.level>ALL</jdisc.logger.level>
diff --git a/service-monitor/pom.xml b/service-monitor/pom.xml
index 2378d63d457..039e9dbf5fa 100644
--- a/service-monitor/pom.xml
+++ b/service-monitor/pom.xml
@@ -135,7 +135,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <forkMode>once</forkMode>
<systemPropertyVariables>
<expectedDefaultConfigGenVersion>${project.version}</expectedDefaultConfigGenVersion>
</systemPropertyVariables>
diff --git a/vespa-application-maven-plugin/pom.xml b/vespa-application-maven-plugin/pom.xml
index 5a20a5a34b8..1f878be39fb 100644
--- a/vespa-application-maven-plugin/pom.xml
+++ b/vespa-application-maven-plugin/pom.xml
@@ -60,9 +60,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <forkMode>once</forkMode>
- </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/vespalog/pom.xml b/vespalog/pom.xml
index c18a319adac..8bb72743b38 100644
--- a/vespalog/pom.xml
+++ b/vespalog/pom.xml
@@ -58,7 +58,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <forkMode>once</forkMode>
<environmentVariables>
<VESPA_HOME>${project.build.directory}</VESPA_HOME>
</environmentVariables>
diff --git a/zkfacade/pom.xml b/zkfacade/pom.xml
index d9a9cb51c89..58a0601424d 100644
--- a/zkfacade/pom.xml
+++ b/zkfacade/pom.xml
@@ -114,7 +114,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<redirectTestOutputToFile>${test.hide}</redirectTestOutputToFile>
- <forkMode>once</forkMode>
</configuration>
</plugin>
<plugin>
diff --git a/zookeeper-server/pom.xml b/zookeeper-server/pom.xml
index 23590a3941f..053361c7e66 100644
--- a/zookeeper-server/pom.xml
+++ b/zookeeper-server/pom.xml
@@ -47,7 +47,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<redirectTestOutputToFile>${test.hide}</redirectTestOutputToFile>
- <forkMode>once</forkMode>
</configuration>
</plugin>
<plugin>
diff --git a/zookeeper-server/zookeeper-server-common/pom.xml b/zookeeper-server/zookeeper-server-common/pom.xml
index db377fa8e8f..13c3660bfa2 100644
--- a/zookeeper-server/zookeeper-server-common/pom.xml
+++ b/zookeeper-server/zookeeper-server-common/pom.xml
@@ -35,7 +35,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<redirectTestOutputToFile>${test.hide}</redirectTestOutputToFile>
- <forkMode>once</forkMode>
</configuration>
</plugin>
<plugin>