Getting the Source Code
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://svn.atlassian.com/svn/public/contrib/clover/maven-clover-plugin/trunk maven-clover2-plugin
Installing the Plugin
The plugin can then be built, tested and installed via:
mvn clean install
Running Integration Tests
To run the integration tests, use:
mvn clean integration-test -Pintegration-tests
Submitting a Patch
To submit a patch:
- Make and test the change in your local subversion work area
- Create a jira issue against the Maven Clover2 Plugin
- Ensure any new features/configuration options have been documented
- Generate a patch by running the following command in your local work area:
where XXXX is the id of the JIRA created above.
svn diff > CLMVN-XXXX.patch
- Upload the patch to the JIRA issue you created.