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.
2 parents dfe58b2 + ecc3847 commit 448d0f6Copy full SHA for 448d0f6
pom.xml
@@ -100,5 +100,18 @@
100
</dependency>
101
102
</dependencies>
103
+ <build>
104
+ <plugins>
105
+ <plugin>
106
+ <groupId>org.apache.maven.plugins</groupId>
107
+ <artifactId>maven-surefire-plugin</artifactId>
108
+ <configuration>
109
+ <forkCount>1C</forkCount>
110
+ <parallel>all</parallel>
111
+ <useUnlimitedThreads>true</useUnlimitedThreads>
112
+ </configuration>
113
+ </plugin>
114
+ </plugins>
115
+ </build>
116
117
</project>
0 commit comments