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?
I works for me like this:
infer -- mvn package -Pdev
or
infer -- mvn -Dtest=DatabaseExportXlsTest test
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With