提交 b75d930f 编写于 作者: J Jesse Glick

Surefire 2.14.

上级 bcdfb286
......@@ -340,7 +340,7 @@ THE SOFTWARE.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.13</version> <!-- ignoring ${maven-surefire-plugin.version} -->
<version>2.14</version> <!-- ignoring ${maven-surefire-plugin.version} -->
<configuration>
<systemPropertyVariables>
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
......
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
The MIT License
......@@ -40,7 +40,7 @@ THE SOFTWARE.
</description>
<properties>
<concurrency>2</concurrency>
<concurrency>2</concurrency> <!-- may use e.g. 2C for 2 × (number of cores) -->
<mavenDebug>false</mavenDebug>
</properties>
......@@ -182,9 +182,8 @@ THE SOFTWARE.
<hudson.maven.debug>${mavenDebug}</hudson.maven.debug>
<buildDirectory>${project.build.directory}</buildDirectory>
</systemPropertyVariables>
<forkMode>perthread</forkMode> <!-- XXX https://jira.codehaus.org/browse/SUREFIRE-946 so use kill -9 to stop -->
<reuseForks>true</reuseForks> <!-- https://jira.codehaus.org/browse/SUREFIRE-751 -->
<threadCount>${concurrency}</threadCount> <!-- XXX https://jira.codehaus.org/browse/SUREFIRE-947 -->
<reuseForks>true</reuseForks>
<forkCount>${concurrency}</forkCount>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>
</plugin>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册