<group name="A">
<classfiles>
<fileset dir="../../../A">
<include name="**/target/classes/**/*.class" />
</fileset>
</classfiles>
<sourcefiles encoding="UTF-8">
<fileset dir="../../../A">
<include name="**/src/main/java/**/*.java" />
</fileset>
</sourcefiles>
</group>
But the problem is:
In the generated jacoco report, source files are not linked. I can track to a single method, but cannot check source code of the method by clicking the method. There is no link url for each method.
I tried my best to troubleshoot, and find the following facts, but still didn't know why source files are not linked in jacoco report, please help me, thank you~