maven clover 注册

Specifying your license location in the pom.xml file

You 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:

...
<plugin>
<groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-clover2-plugin</artifactId>
<configuration>
<licenseLocation>/path/to/clover.license</licenseLocation>
</configuration>
</plugin>

你可能感兴趣的:(maven,File,Path)