On Mon, Mar 5, 2012 at 8:20 AM, Gary Gregory <garydgreg...@gmail.com> wrote: > > You can say -DskipTests but I do not know of a way to skip Cobertura only. > It's the trade off of getting this report, Maven runs the test again under > Cobertura. I use Eclipse to run all the tests in a given project and use > Maven when I want to see all of the reports. >
Cobertura shouldn't be part of your "working" build. Usually that's only turned on in a CI environment or when you specifically enable a plugin. I use coverage in my IDE, but I don't turn it on in Maven by default. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org