Hi, I'm trying to write a plugin for Maven that would count the number of
compiler warnings and act in some way if that number is not what it is
expected to be.
The question is how a custom Maven plugin could find out the number of
warnings/errors compiler produces?
compiler warnings and act in some way if that number is not what it is
expected to be.
The question is how a custom Maven plugin could find out the number of
warnings/errors compiler produces?