This was discussed a few months ago on this list. And at the time, no one came up with a way to suppress ONLY the xml output.
So my response now will be the same as then: Submit a JIRA enhancement request so a Maven dev can add this feature, or hack the plugin code to add such an option and contribute it back. You can find the thread using this info: Date: Mar 16, 2006 9:18 AM Subject: avoid generation of TEST*.xml files Wayne On 5/8/06, Vinod Panicker <[EMAIL PROTECTED]> wrote:
On 5/9/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > I haven't tested it but <useFile>false</useFile> should do the trick. > See : > http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html > > > On 5/8/06, Vinod Panicker <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > Is there a way to disable generation of xml test reports? I'm running > > a huge number of tests and don't need the xml output. Just need plain > > text reports. The xml file generation adds up to a huge amount of > > time. > > > > Adding <reportFormat>plain</reportFormat> doesn't disable xml generation > > :( I don't want to completely disable output, just want to disable the xml output. useFile false will completely disable report generation. Regards, Vinod. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
