This documentation relates to an earlier version of Clover.
View

Unknown macro: {spacejump}

or visit the current documentation home.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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://studio.plugins.atlassian.com/svn/CLMVN/trunk

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