Martin Monperrus
Martin Monperrus

Reputation: 2051

How to use error-prone in maven without changing the compiler?

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

Answers (0)

Related Questions