Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.0.2
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
Description
If the license location is not explicitely set into the pom.xml, then cobertura is executed instead of clover.
Workaround :
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clover-plugin</artifactId>
<configuration>
<licenseLocation>$Unknown macro: {basedir}/clover.license</licenseLocation>
</configuration>
</plugin>
if no licenseLocation param provided, the license will be searched in the same directory than the currently executed pom