學(xué)習(xí)是最好的投資!
You still have to document at the critical moment. . .
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>
<forkCount>1</forkCount> //虛擬機(jī)的最大線程數(shù)
<reuseForks>false</reuseForks> //虛擬機(jī)是否可以重用
</configuration>
</plugin>