As mentioned in the documentation, I tried to run
infer -- mvn compile
in my maven project. He complains that
[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>
Did I miss something?
source share