|
This page contains the installation instructions for Clover-for-Maven 1. On this page: System Requirements
Maven and Java must already be installed.
1. Downloading the PluginTo download Clover-for-Maven 1, run the following command at the console: maven plugin:download -Dversion=2.3.0 -DgroupId=maven -DartifactId=maven-clover-plugin 2. Acquiring the Dependencies from AtlassianTo acquire the dependencies from Atlassian, run the following command at the console: maven clover:on -Dmaven.repo.remote=https://maven.atlassian.com/repository/public 3. Configuring your Clover LicenseTo configure your license, set the following Maven property: -Dmaven.clover.license.path=/Users/username/clover.license Where '/Users/username/clover.license' is the path to your clover license file. You can acquire a Clover license from the Atlassian web site. 4. Configuring your MAVEN_OPTS (optional)If your project is very large, you may need to give Clover more heap space. To do this, add the following system property: MAVEN_OPTS=-Xmx512m You can now begin using Clover-for-Maven 1. See the Clover-for-Maven 1 User's Guide. |
