It isn't clear from http://www.eclemma.org/jacoco/trunk/doc/maven.html or from mvn help:describe how to use the report goal of the maven jacoco plugin. Normally, report generation in maven is triggered by adding a report plugin and running mvn site, which clearly doesn't work with the jacoco plugin (and maven 3; I can provide the POM if needed). What does work is to invoke the report goal...
2011-12-09 02:13:47 PST in EclEmma - Java Co...
[quote]Maybe we will improve documentation in future ...[/quote] It would be VERY nice if you could add information and examples from this post to the documentation now, it would certainly make the adoption of JaCoCo and its maven plugin easier if we, users, didn't need to search google to find out how to use it (when the API gets updated you can certainly update the documentation too :-)...
2011-12-08 07:02:31 PST in EclEmma - Java Co...