|
Already dealt with as report mojos can only be called by a report document renderer. hmm... so does it mean users cannot call, say, mvn clover:clover anymore? Vincent, I think your patch is correct. What the report document renderer does is irrelevant to clover:clover type executions. I'd suggest reopening and applying your own patch I added this logic to the generate() method, since the execute method seems to disallow direct invocation at this point. |
|||||||||||||||||||||||||||||||||||||||||||||
Patch for AbstractMavenReport to perform canGenerateReport() when it's called directly.