mojohaus / cobertura-maven-plugin

Cobertura Maven Plugin
https://www.mojohaus.org/cobertura-maven-plugin/
25 stars 20 forks source link

#39 Feature: Ability to generate reports as part of regular build (not site) #40

Open msiemczyk opened 6 years ago

msiemczyk commented 6 years ago

Using maven-site-plugin to generate cobertura was causing all kinds of weird dependency issues so we need alternative means of generating the cobertura.xml report. The report is generated based on previously generated cobertura.ser file that is created by calling cobertura:instrument first.