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 a055c70 commit f6f614fCopy full SHA for f6f614f
pom.xml
@@ -56,6 +56,15 @@
56
<artifactId>maven-project-info-reports-plugin</artifactId>
57
<version>3.0.0</version>
58
</plugin>
59
+ <plugin>
60
+ <groupId>org.apache.maven.plugins</groupId>
61
+ <artifactId>maven-surefire-plugin</artifactId>
62
+ <version>2.22.0</version>
63
+ <configuration>
64
+ <parallel>all</parallel> <!-- Run tests in parallel-->
65
+ <useUnlimitedThreads>true</useUnlimitedThreads>
66
+ </configuration>
67
+ </plugin>
68
<plugin>
69
<groupId>org.codehaus.mojo</groupId>
70
<artifactId>exec-maven-plugin</artifactId>
0 commit comments