-
Suggestion
-
Resolution: Fixed
-
None
-
Linux, jdk1.5, maven 2.0.7 and 2.0.8, maven-clover-plugin 3.6
In a multi module maven project, some modules are not standard java projects (cpp for example), we need a way to let the component to force maven-clover-plugin to be skipped.
This is similar to the skip option provided by surefire plugin:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
This is a blocking issue for our team to use clover in our project.
Hi,
This has been implemented for the very recent release of the maven-clover2-plugin.
This issue was a duplicate of http://developer.atlassian.com/jira/browse/CLMVN-33.
Please note however that there has been an artifactId change in this version of the plugin.
maven-clover-plugin --> maven-clover2-plugin
clover:instrument --> clover2:instrument etc...