We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 609f853 commit deedeedCopy full SHA for deedeed
pom.xml
@@ -190,6 +190,19 @@
190
</compilerArgs>
191
</configuration>
192
</plugin>
193
+
194
+ <plugin>
195
+ <groupId>org.apache.maven.plugins</groupId>
196
+ <artifactId>maven-surefire-plugin</artifactId>
197
+ <version>3.2.5</version> <!-- Use latest stable -->
198
+ <configuration>
199
+ <forkCount>1C</forkCount> <!-- 1 JVM per CPU core -->
200
+ <reuseForks>true</reuseForks>
201
+ <parallel>classes</parallel> <!-- or 'methods' or 'both' -->
202
+ <perCoreThreadCount>true</perCoreThreadCount>
203
+ <useUnlimitedThreads>true</useUnlimitedThreads>
204
+ </configuration>
205
+ </plugin>
206
207
<plugin>
208
<groupId>org.jenkins-ci.tools</groupId>
0 commit comments