summaryrefslogtreecommitdiffstats
path: root/zkfacade
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 /zkfacade
parentb8ad58738977ee63d046ec3663e42e57abfb8983 (diff)
Remove forkMode, deprecated and same as default value
Diffstat (limited to 'zkfacade')
-rw-r--r--zkfacade/pom.xml1
1 files changed, 0 insertions, 1 deletions
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>