On Thu, Dec 11, 2008 at 2:10 PM, youhaodeyi <[EMAIL PROTECTED]> wrote:
>
> 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.

This has nothing to do with report generation.

Surefire is just the unit test framework that invokes them.

You cant run your unit tests.
You may be able to exclude the expensive ones from running.
See 
http://maven.apache.org/plugins/maven-surefire-plugin/examples/inclusion-exclusion.html

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

Reply via email to