You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2013/03/29 14:23:27 UTC

svn commit: r1462467 - /accumulo/branches/1.5/pom.xml

Author: ecn
Date: Fri Mar 29 13:23:27 2013
New Revision: 1462467

URL: http://svn.apache.org/r1462467
Log:
ACCUMULO-1142 revert inadvertent check-in

Modified:
    accumulo/branches/1.5/pom.xml

Modified: accumulo/branches/1.5/pom.xml
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/pom.xml?rev=1462467&r1=1462466&r2=1462467&view=diff
==============================================================================
--- accumulo/branches/1.5/pom.xml (original)
+++ accumulo/branches/1.5/pom.xml Fri Mar 29 13:23:27 2013
@@ -197,7 +197,7 @@
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <redirectTestOutputToFile>false</redirectTestOutputToFile>
+          <redirectTestOutputToFile>true</redirectTestOutputToFile>
         </configuration>
       </plugin>
     </plugins>