Description
Get code coverage with Atlassian Clover.
Configuration
In order to make Sonar use the Clover Java code coverage engine, the property "sonar.core.codeCoveragePlugin" must be set to "clover". It can be set in different locations:
- Global settings (Configuration > Global Settings > Code Coverage). It will apply to all Java projects.
- Project settings (Project > Settings > Code Coverage). It will apply to this specific projet.
- Build tool settings, for example a Maven property in the pom or a command-line property.
From the settings pages, the version of the Maven Clover plugin to be used and the license key can be set.
By uploading the license key (clover 1 or clover 2) into Sonar, you benefit from a centralized configuration.
By default, the sonar-plugin-clover1 runs the maven-clover-plugin.
By default, the sonar-plugin-clover2 runs the maven-clover2-plugin.
In case the Clover plugin is defined in the pom.xml of your project, Sonar will use the version defined in the pom with its attached configuration. |
Known Limitations
- Problems with GWT - see SONARPLUGINS-1048
Changelog

