File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1535
1535
<groupId >org.apache.maven.plugins</groupId >
1536
1536
<artifactId >maven-surefire-plugin</artifactId >
1537
1537
<configuration >
1538
- <forkCount >1C </forkCount >
1538
+ <forkCount >1 </forkCount >
1539
1539
<reuseForks >false</reuseForks >
1540
1540
<runOrder >alphabetical</runOrder >
1541
1541
<systemPropertyVariables >
1832
1832
</profile >
1833
1833
1834
1834
<profile >
1835
- <id >sequential -tests</id >
1835
+ <id >parallel -tests</id >
1836
1836
<build >
1837
1837
<plugins >
1838
1838
<plugin >
1839
1839
<groupId >org.apache.maven.plugins</groupId >
1840
1840
<artifactId >maven-surefire-plugin</artifactId >
1841
1841
<configuration >
1842
- <forkCount >1 </forkCount >
1842
+ <forkCount >1C </forkCount >
1843
1843
</configuration >
1844
1844
</plugin >
1845
1845
</plugins >
You can’t perform that action at this time.
0 commit comments