提交 d2e14f55 编写于 作者: O Olivier Lamy

use java.io.tmpdir to ${project.build.directory} when running tests : prevent...

use java.io.tmpdir to ${project.build.directory} when running tests : prevent issues on unix machine (solaris) and this shared /var/tmp
上级 eb9ec84f
......@@ -75,6 +75,10 @@ THE SOFTWARE.
<name>hudson.maven.debug</name>
<value>${mavenDebug}</value>
</property>
<property>
<name>java.io.tmpdir</name>
<value>${project.build.directory}</value>
</property>
</systemProperties>
</configuration>
</execution>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册