You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bi...@apache.org on 2009/11/01 15:14:39 UTC

svn commit: r831681 - /cxf/trunk/parent/pom.xml

Author: bimargulies
Date: Sun Nov  1 14:14:39 2009
New Revision: 831681

URL: http://svn.apache.org/viewvc?rev=831681&view=rev
Log:
Switch from illegible XML surefire files to text files.

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=831681&r1=831680&r2=831681&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Sun Nov  1 14:14:39 2009
@@ -35,7 +35,7 @@
     <properties>
         <surefire.fork.mode>once</surefire.fork.mode>
         <surefire.format>brief</surefire.format>
-        <surefire.usefile>false</surefire.usefile>
+        <surefire.usefile>true</surefire.usefile>
         <surefire.fork.vmargs>-ea</surefire.fork.vmargs>
         <surefire.extra.sysprop.name1>None</surefire.extra.sysprop.name1>
         <surefire.extra.sysprop.value1>None</surefire.extra.sysprop.value1>
@@ -263,6 +263,7 @@
                         <excludes>
                             <exclude>**/*$*</exclude>
                         </excludes>
+                        <disableXmlReport>true</disableXmlReport>
                         <reportFormat>${surefire.format}</reportFormat>
                         <useFile>${surefire.usefile}</useFile>
                         <forkMode>${surefire.fork.mode}</forkMode>