o Simplified logging of test failures

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@786776 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-06-20 09:41:23 +00:00
parent 44deb4c46a
commit d30406e435
1 changed files with 2 additions and 1 deletions

View File

@ -72,8 +72,8 @@ END SNIPPET: ant-bootstrap -->
<property name="maven.debug" value="-e -X" />
-->
<property name="maven.test.skip" value="false" />
<!-- TODO: Change this default back to false once we're done -->
<property name="surefire.useFile" value="true" />
<property name="maven.test.redirectTestOutputToFile" value="${surefire.useFile}" />
<echo>maven.home = ${maven.home.effective}</echo>
<echo>maven.repo.local = ${maven.repo.local}</echo>
</target>
@ -218,6 +218,7 @@ END SNIPPET: ant-bootstrap -->
<arg value="-Dmaven.test.skip=${maven.test.skip}" />
<arg value="-Dmaven.repo.local=${maven.repo.local}" />
<arg value="-Dsurefire.useFile=${surefire.useFile}" />
<arg value="-Dmaven.test.redirectTestOutputToFile=${maven.test.redirectTestOutputToFile}" />
</java>
</target>