On 8/6/05, Matt Meola <[EMAIL PROTECTED]> wrote:
> It would be REALLY nice if the code-coverage plugins would permit the
> JUnit test results to be aggregated at the same time.  That way, we
> would not have to run the unit tests twice.
> 
> It seems to me that such could be accomplished if the
> junit-report-plugin could be decoupled from the test:test goal.
> 
> Perhaps I, too, need to bite the bullet...

The issue here is not that the junit results are coupled, but that the
tests must be run on modified code (byte-code enhanced, or from
different source generated) to generate the appropriate coverage data.
The junit results are not used in the coverage report.

- Brett

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

Reply via email to