Hi all,
I've a maven multiple module project: 2 module, the first contains business logic and is jar packaged and the second is a web application that contains own sources and also module 1 as dependency
Using Jacoco with Jetty per integration test, I can't obtain coverage test for sources of the first modules but only for the web application.
How can configure Jacoco for multiple source directory?
thank in advance,
Massimo