如文档中所述,我尝试运行
infer -- mvn compile
在我的 Maven 项目中。它抱怨为
[ERROR] Javac compilation error with:
['javac', '-g', '-d', ... <list of all jars> ...'-g', '-nowarn', '-target', '1.8', '-source', '1.8', '-encoding', 'UTF-8']
javac: no source files
Usage: javac <options> <source files>
我错过了什么吗?