Prevent duplicate execution of JUnit testcases
----------------------------------------------
Key: MPJCOVERAGE-24
URL: http://jira.codehaus.org/browse/MPJCOVERAGE-24
Project: maven-jcoverage-plugin
Type: Improvement
Reporter: Nascif A. Abousalh-Neto
Assigned to: Emmanuel Venisse
Currently if a project uses both JUnit and JCoverage reports, the unit
testcases are executed twice. This has been solved by Clover with an extra
property that instruments the code before the first (junit-report) run, and the
uses the result to generate the report in the second (jcoverage-report) run.
See http://jira.codehaus.org/browse/MPCLOVER-18 for details.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]