Skipping JaCoCo execution due to missing execution data file 这个报错前面还有No sources to compile
- 关键点在于,项目的解构是不是maven约定的结构,src->main/test->java/resources,基本上,改成这样就可以了,如果不行,就清空缓存重启,或者重启电脑.
- 如果项目不是约定的目录结构,可以手动设置test root后(右击测试代码的目录,选择mark directory as -> test source),然后在maven的工具里找到plugins->compiler->compiler:testCompile或者执行mvn test-compile,然后再双击maven工具里的test或者mvn test
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。