Vincent Massol Maven Clover plugin properties
PropertyOptional?DescriptionDefault
maven.clover.orderBy Yes Specifies how the reports must be sorted:
  • Alpha -- Alpabetical
  • PcCoveredAsc -- Percent total coverage, ascending
  • PcCoveredDesc -- Percent total coverage, descending
  • ElementsCoveredAsc -- Total elements covered, ascending
  • ElementsCoveredDesc -- Total elements covered, descending
PcCoveredAsc
maven.clover.instrument.tests Yes Decides whether to instrument test classes. false
maven.clover.jar Yes Allows the user to override the Clover jar. This is especially useful as the Clover jars are license-signed for a specific project so you might want to use different jars for different projects. Undefined
maven.clover.report.html Yes Decides whether an HTML report will be generated. true
maven.clover.report.xml Yes Decides whether an XML report will be generated. false
maven.clover.report.swing Yes Decides whether a Swing report will be generated. false
maven.clover.database.dir Yes Specifies the location of the Clover database. ${maven.build.clover}/database