I run "mvn package" which include mvn test and the test process costs too
much resource in my computer. During this time, I almost can't do other
things. So I want to disable generating report.


baerrach wrote:
> 
> On Thu, Dec 11, 2008 at 1:11 PM, youhaodeyi <[EMAIL PROTECTED]> wrote:
>>
>> I want to disable surefire generating report because it is very slow. If
>> I
>> set skip to true it will disable running unit test. I only want to
>> disable
>> generating report but not running unit test.
>>
>> How can I do this?
> 
> Why is it slow?
> Generating the report just takes the *.xml from the test output and
> creates html.
> It should be fast.
> 
> Can you describe how are you running surefire?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-disable-surefire-generate-report-tp20948508p20948924.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to