Hi Cristiano,

the JaCoCo Maven plug-in currently supports coverage reports on a per module basis only. A possible work-around is to use the Ant report task which allow specifying any number of class/source file locations.

Regards,
-marc

On 2015-09-30 08:00, Cristiano Costantini wrote:
...moreover, I note that the "jacoco.exec" produced includes coverage
information for the external dependencies as if I import it into
Eclipse plugin, I'm able to select projects and external Jars
referenced by workspace projects, and generate report for them.

I've searched extensively on the network but I've not found any way to
configure the jacoco:report goal !
Do you have any suggestion?

Thanks!

PS. Another note: version 0.7.5 of the plugin produce a jacoco.exec
file that fails to be loaded into my version of the Eclipse plugin,
someone have issue like this can try to use a previous version:
<plugin>
 <groupId>org.jacoco</groupId>
 <artifactId>jacoco-maven-plugin</artifactId>
 <!-- <version>0.7.5.201505241946</version> -->
 <version>0.7.2.201409121644</version>
</plugin>

 --
You received this message because you are subscribed to the Google
Groups "JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jacoco/fc063078-fbb8-4046-9999-aff5ed25a4e5%40googlegroups.com
[1].
For more options, visit https://groups.google.com/d/optout [2].


Links:
------
[1]
https://groups.google.com/d/msgid/jacoco/fc063078-fbb8-4046-9999-aff5ed25a4e5%40googlegroups.com?utm_medium=email&utm_source=footer
[2] https://groups.google.com/d/optout

--
You received this message because you are subscribed to the Google Groups "JaCoCo 
and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/1bbb334af4ac5a5586c38862a616e00b%40mountainminds.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to