How to compile the code using clover open version 4.2.0 -
i able compile source code , generate instrument classes(including xxx-clover.war) using mvn clover2:instrument command using clover 4.0.6 maven plugin. when tried clover open source 4.2.0, wasn't able execute clover goals instrument, clover, setup.
can please tell me how compile project using clover open source 4.2.0 version.
you should use clover:xxx
goals (note there's no 2 in clover)
you may need update ~/.m2/settings.xml
file , replace following
<plugingroups> <plugingroup>com.atlassian.maven.plugins</plugingroup> </plugingroups>
with:
<plugingroups> <plugingroup>org.openclover</plugingroup> </plugingroups>
there's complete migration tutorial available on openclover pages
Comments
Post a Comment