Hi, how does one use the clover plugin? I was looking at http://maven.apache.org/plugins/maven-clover-plugin/ for some information, but I can't get it working.
I added: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clover-plugin</artifactId> </plugin> to my reporting/plugins section. Then I tried mvn site, but I got an error that the maven-clover-plugin does not exist. do I need to do some more things? I also could not find how I set the path to the license file. regards, Wim