Troubleshooting License problems

Clover 2.3 Documentation

Index

Users of Clover Maven 2 plugin version 2.3.0 can use the following process if their Clover license is not being recognised correctly.

New License element under <configuration>

  • You can configure the Maven 2 plugin to include the license data in your pom.xml file. Simply add a <license> element and make its contents contain the four line Atlassian license string.

Some Atlassian licenses may contain XML characters, so you will need to ensure you wrap your license in CDATA tags:

<license><![CDATA[YOURLICENSESTRINGHERE]]></license>

This will make the Maven build less reliant on local file system layout, or the availability of remote servers.

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.