You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by st...@apache.org on 2015/09/07 15:27:13 UTC

svn commit: r1701620 - /jackrabbit/oak/trunk/oak-core/pom.xml

Author: stefanegli
Date: Mon Sep  7 13:27:13 2015
New Revision: 1701620

URL: http://svn.apache.org/r1701620
Log:
OAK-3308 : re-enabling redirectTestOutputToFile as promised

Modified:
    jackrabbit/oak/trunk/oak-core/pom.xml

Modified: jackrabbit/oak/trunk/oak-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/pom.xml?rev=1701620&r1=1701619&r2=1701620&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-core/pom.xml Mon Sep  7 13:27:13 2015
@@ -154,12 +154,6 @@
           </excludes>
         </configuration>
       </plugin>
-        <plugin>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <configuration>
-            <redirectTestOutputToFile>false</redirectTestOutputToFile>
-          </configuration>
-        </plugin>
     </plugins>
   </build>