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