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>


Reply via email to