Reputation: 2051
I want to use error-prone on my Java project.
However, I am reluctant to to change the compiler configuration and want to keep the normal javac
configuration from maven-compiler-plugin
.
Basically, it means using use error-prone in the verify phase, as for instance with the findbugs or checkstyle plugin.
How to use error-prone in maven without changing the compiler?
Upvotes: 2
Views: 1155