0

Maven call: mvn -e org.jacoco:jacoco-maven-plugin:0.7.4.201502262128:prepare-agent install -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true

the build takes a while. I assume having "jacoco.exec" files is crucial for reporting code coverage, so I wanted to see if any "jacoco.exec" files were created - without waiting for the whole build&analysis to complete.

so far I don't see any "jacoco.exec" files.

I am wondering when exactly these files are supposed to be created: after the complete Maven build or after each module?

4

1 回答 1

0

我发现这些 jacoco.exec 文件是在每个 Maven 子模块构建后由 Jacoco Maven 插件创建的。无需等待完整构建完成。

于 2015-05-22T16:17:09.383 回答