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

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

ruby - unknown property method: 'wait' on EC2 windows server Instance -