You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by an...@apache.org on 2012/01/06 22:57:40 UTC

svn commit: r1228436 - /incubator/oozie/branches/3.1/pom.xml

Author: angeloh
Date: Fri Jan  6 21:57:40 2012
New Revision: 1228436

URL: http://svn.apache.org/viewvc?rev=1228436&view=rev
Log:
Closes OOZIE-43 Redirect testcases output to a file -- for Alejandro

Modified:
    incubator/oozie/branches/3.1/pom.xml

Modified: incubator/oozie/branches/3.1/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/3.1/pom.xml?rev=1228436&r1=1228435&r2=1228436&view=diff
==============================================================================
--- incubator/oozie/branches/3.1/pom.xml (original)
+++ incubator/oozie/branches/3.1/pom.xml Fri Jan  6 21:57:40 2012
@@ -56,6 +56,8 @@
         <test.exclude.pattern>_</test.exclude.pattern>
 
         <oozie.data.dir>${project.build.directory}/test-data</oozie.data.dir>
+
+        <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
     </properties>
 
     <modules>