summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGervais-Martial Ngueko <gervais-martial.ngueko@intl.att.com>2020-07-29 13:12:25 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-29 13:12:25 +0000
commite760f72203c95b684d88cc19216c1cfbdcdbc089 (patch)
tree6add1353fff22df7246094886e3ab19271789360 /pom.xml
parentcac17e887b4df189fc9123097e1442d0b6c421b8 (diff)
parentd6f441375ba214ad849c370798a7fdc3d6ff5bc6 (diff)
Merge "Attempt to fix the verify job problem"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 245bae022..6eb411a29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -914,8 +914,8 @@
<includes>
<include>**/*ItCase.java</include>
</includes>
- <forkCount>1C</forkCount>
- <reuseForks>false</reuseForks>
+ <forkCount>1</forkCount>
+ <reuseForks>true</reuseForks>
<useSystemClassLoader>false</useSystemClassLoader>
<argLine>${failsafeArgLine}</argLine>
</configuration>