This page contains instructions for configuring the licence file in all versions of Clover.
3. If you are not finished, carry on with the Clover-for-Ant installation. Enjoy using Clover.
<profiles>
...
<profile>
<id>myprofile</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
...
<properties>
<clover.licenseLocation>...path to your Clover license file...</clover.licenseLocation>
</properties>
...
</profile>
...
</profiles>
|