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