running JaCoCo in a multi module project, while module B testing module A, and also itself
I tried to use sonar scanning example project: maven-multimodule, and overall it works, but if I want to add a twist to it, as module of the testing, has also classes to test on it own, it won’t work.
My project structure: