thomas.lo...@gmail.com
unread,Nov 27, 2014, 3:10:26 PM11/27/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jac...@googlegroups.com
Hi all,
I have a set of Eclipse plugins that are compiled using the Maven Tycho plugin. Following the "Eclipse convention", tests are located in a separate module (a bundle fragment) than the tested classes. E.g. If you have a "plugin1" module than the test classes are in a separate "plugin1-test" module.
The problem I have with Jacoco is that when I execute "mvn clean verify site", the coverage report generated for the "plugin1-test" only includes the coverage of the test classes (and not the tested classes), and no coverage report is generated for "plugin1".
I googled around and found a couple of other people having the same problem, but I wasn't able to find a solution.
Can anyone help me please?
Thank you.
Thomas