I built the module and prepared it for deployment per the instructions. I then installed the Plugin from Disk in Intellij. After restarting IntelliJ I enabled coverage and ran a unit test. IntelliJ complained that jacocagent.jar was missing so I copied it from the git checkout lib to ~/.IdeaIC13/config/plugins/lib/.
I was then able to run my unit test. When I select Generate report I got:
NoClassDefFoundError: org/jacoco/core/analysis/ICoverageVisitor: org/jacoco/core/analysis/ICoverageVisitor
I copied org.jacoco.core-0.6.3.201306030806.jar and org.jacoco.report-0.6.3.201306030806.jar from the git checkout lib to ~/.IdeaIC13/config/plugins/lib/ but I still get NoClassDefFoundError. I also tried renaming those jars to ones without the version numbers but still couldn't get it to work.
Thanks,
Jason