I can't seem to find the list of goals for maven 3.1.0. I was able to find a list for maven-1.x here - http://maven.apache.org/maven-1.x/plugins/clover/properties.html
But where's the list for the new version?
Minor question, the term goal in maven is when you call a command like mvn clover:optimize, correct? (Just want to make sure I'm using the right term)
Use help:describe to print the documentation for a plugin to the console.