All Versions
Clover 4.0 DocumentationClover 3.3 Documentation
Clover 3.2 Documentation
More...
The maven-clover2-plugin source is available for viewing online via the FishEye Repository.
To get a local copy of the source code, a Subversion client is required.
The following command will checkout the source code of the maven-clover2-plugin to the maven-clover2-plugin directory:
svn co https://studio.plugins.atlassian.com/svn/CLMVN/trunk
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:
svn diff > CLMVN-XXXX.patch