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:

  1. Make and test the change in your local subversion work area
  2. Create a jira issue against the Maven Clover2 Plugin
  3. Ensure any new features/configuration options have been documented
  4. Generate a patch by running the following command in your local work area:
    svn diff > CLMVN-XXXX.patch
    
    where XXXX is the id of the JIRA created above.
  5. Upload the patch to the JIRA issue you created.
  • No labels