提交 742a0676 编写于 作者: O Olivier Lamy

run surefire with java.io.tmpdir -> ${project.build.directory} : solaris...

run surefire with java.io.tmpdir -> ${project.build.directory} : solaris puzzle me with this shared /var/tmp !
上级 6189aa9a
......@@ -118,7 +118,12 @@ THE SOFTWARE.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.5</version>
<version>2.6</version>
<configuration>
<systemPropertyVariables>
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册