You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/06/20 21:54:26 UTC

svn commit: r786898 - /maven/components/trunk/build.xml

Author: bentmann
Date: Sat Jun 20 19:54:26 2009
New Revision: 786898

URL: http://svn.apache.org/viewvc?rev=786898&view=rev
Log:
o Restored logging tweak

Modified:
    maven/components/trunk/build.xml

Modified: maven/components/trunk/build.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/build.xml?rev=786898&r1=786897&r2=786898&view=diff
==============================================================================
--- maven/components/trunk/build.xml (original)
+++ maven/components/trunk/build.xml Sat Jun 20 19:54:26 2009
@@ -72,8 +72,8 @@
     <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 @@
       <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>