As mentioned in the documentation, I tried running
infer -- mvn compile
on my maven project. It complains as
[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>
Am I missing anything?