Thanks for the info. I tried to get it to work but I couldn't. Here are the things I tried:
1. Building the entire jacoco project using `mvn clean org.jacoco:jacoco-maven-plugin:report-aggregate install` and then `mvn sonar:sonar`. However, when I browsed the sonar report I did not see "JaCoCo :: Test :: Maven Plugin" in the list of modules.
2. Running the report-aggregate command in the jacoco-maven-plugin.test directory. However, when I ran `mvn sonar:sonar` it skipped sonar.
3. Copying the it-report-aggregate directory and creating a separate mvn project (modifying the pom artifacts/versions and adding junit dependencies as necessary so that I could build it by itself). When I did that I was able to get a sonar report for code coverage, but the report indicated coverage only for Example1a, not for Example1b.
Is there a simple example of a standalone mvn project that shows how this could work? Something similar to it-report-aggregate.
Thanks,
Vlad