summaryrefslogtreecommitdiffstats
path: root/docprocs/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docprocs/pom.xml')
-rw-r--r--docprocs/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docprocs/pom.xml b/docprocs/pom.xml
index 6d654deea44..eb988610168 100644
--- a/docprocs/pom.xml
+++ b/docprocs/pom.xml
@@ -124,7 +124,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <forkMode>pertest</forkMode>
+ <forkCount>1</forkCount>
+ <reuseForks>false</reuseForks>
</configuration>
</plugin>
<plugin>