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

Surefire 2.14.

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