The Clover-for-Maven2&3 plug-in source is stored in Mercurial repository on Bitbucket.org. To get a local copy of the source code, a Mercurial client is required.
The following command will checkout the source code of the atlassian/maven-clover2-plugin:
hg clone ssh://hg@bitbucket.org/atlassian/maven-clover2-plugin
TIP: do not mislead with the atlassian/maven-clover-plugin repository which is a Clover-for-Maven1.
The plugin can then be built, tested and installed via:
mvn clean install
To run the integration tests, use:
mvn clean integration-test -Pintegration-tests
To submit a patch:
or
generate a patch by running the following command in your local work area (where XXXX is the id of the JIRA issue created above)
hg diff > CLOV-XXXX.patch
Stable releases can be downloaded from Maven Central or from https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/maven/plugins/maven-clover2-plugin
The JIRA issue tracker https://studio.plugins.atlassian.com/browse/CLMVN is deprecated, please raise issues on https://jira.atlassian.com/browse/CLOV
The SVN respository https://studio.plugins.atlassian.com/svn/CLMVN/trunk is deprecated, use the HG repository from https://bitbucket.org/atlassian/maven-clover2-plugin