Hi guys,
I have a multi-module project with bunch of Java modules and one EJB3 module, when i try running Jacoco reports(via Maven), all of the reports except ejb3 project get generated, it just does not generate the exec file for ejb3 project, what am i missing here, is there something specific which i need to mention here, i have tried it running via integration test entries as well but still the same.
Could someone point me to right direction in how to get this working.
Thanks much!