|
This page lists the various ways in which you can specify your Clover for Maven 2 license. You can try one of the following processes if your Clover license is not being recognised correctly.
Specifying your license location in the pom.xml fileYou can set this property to point to your clover license in the pom.xml file. In the example below, replace'/path/to/clover.license' with the path to your Clover license file: Embedding your license in the pom.xml fileYou can configure the Maven 2 plugin to include the license data in your pom.xml file. Simply add a
This will make the Maven build less reliant on local file system layout, or the availability of remote servers. Specifying your license location in your ~/.m2/settings.xml fileYou can set this property to point to your clover license in your settings.xml file. In the example below, replace'/path/to/clover.license' with the path to your Clover license file: Specifying your license on the command lineTo specify your license at the command line, specify a property as follows (replacing '/path/to/clover.license' with the path to your Clover license file): |
|
|
|
|
|






