When running mvn install from IntelliJ IDEA with the Clover2 plugin, I got the following error:
Clover could not be initialised. Are you sure you have Clover in the runtime classpath?
It was easily fixed by running mvn clean.
I found the original answer here, but I wanted to repost so people wouldn’t have to deal with such a horrid site.