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]
