You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2013/01/03 19:58:12 UTC

svn commit: r1428551 - /activemq/trunk/activemq-karaf-itest/pom.xml

Author: chirino
Date: Thu Jan  3 18:58:11 2013
New Revision: 1428551

URL: http://svn.apache.org/viewvc?rev=1428551&view=rev
Log:
show test output in console for now.

Modified:
    activemq/trunk/activemq-karaf-itest/pom.xml

Modified: activemq/trunk/activemq-karaf-itest/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-karaf-itest/pom.xml?rev=1428551&r1=1428550&r2=1428551&view=diff
==============================================================================
--- activemq/trunk/activemq-karaf-itest/pom.xml (original)
+++ activemq/trunk/activemq-karaf-itest/pom.xml Thu Jan  3 18:58:11 2013
@@ -113,7 +113,7 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <forkMode>pertest</forkMode>
-          <redirectTestOutputToFile>true</redirectTestOutputToFile>
+          <redirectTestOutputToFile>false</redirectTestOutputToFile>
           <argLine>-Xmx256m</argLine>
           <excludes>
             <!--<exclude>**/*Cxf*.*</exclude>-->