1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-02 00:41:42 +00:00

change maven parallelization setting

This commit is contained in:
Travis Fisher 2019-04-02 22:06:32 -04:00
parent 54e79d91a1
commit 535b3fcb74

View File

@ -82,7 +82,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
<parallel>classes</parallel>
<parallel>all</parallel>
<threadCount>5</threadCount>
</configuration>
</plugin>