提交 2e3b332c 编写于 作者: K kohsuke

according to...

according to http://maven.apache.org/plugins/maven-surefire-plugin/examples/system-properties.html this is the correct syntax.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@19817 71c3de6d-444a-0410-be80-ed276b4c234a
上级 0b162cb9
......@@ -47,8 +47,11 @@ THE SOFTWARE.
<!--<reportFormat>plain</reportFormat>-->
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<systemProperties>
<!-- use AntClassLoader that supports predictable file handle release -->
<hudson.ClassicPluginStrategy.useAntClassLoader>true</hudson.ClassicPluginStrategy.useAntClassLoader>
<property>
<!-- use AntClassLoader that supports predictable file handle release -->
<name>hudson.ClassicPluginStrategy.useAntClassLoader</name>
<value>true</value>
</property>
</systemProperties>
</configuration>
</plugin>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册