Surefire plugin: migrate the deprecated forkMode parameter to forkCount and reuseForks. #8

Manually merged
manuele.simi merged 2 commits from feature/19662 into master 2020-08-15 04:58:39 +02:00
Contributor

New settings:

  • execute each class in its own JVM
  • 10 threads per class
  • 3 JVMs at build time
  • reuse the JVMs across classes
  • set output junit reports to ${project.build.directory}/surefire-reports
New settings: * execute each class in its own JVM * 10 threads per class * 3 JVMs at build time * reuse the JVMs across classes * set output junit reports to ${project.build.directory}/surefire-reports
manuele.simi closed this pull request 2020-08-15 04:58:39 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gCubeSystem/maven-parent#8
No description provided.