Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. The plugin does not include a built in evaluation license - you will need to download a license from Atlassian and configure its location in your pom.xml.
  2. Set up your .m2/settings.xml file by adding the following code:
    Code Block
    <profiles>
        ...
        <profile>
          <id>myprofile</id>
          <activation>
            <activeByDefault>true</activeByDefault>
          </activation>
          ...
          <properties>
            <clover.licenseLocation>...path to your Clover license file...</clover.licenseLocation>
          </properties>
          ...
       </profile>
       ...
    </profiles>
    
    3. If you are not finished, carry on with the Clover-for-Maven configuration. Enjoy using Clover.

Installing a licence for the Clover-for-Eclipse plugin

...