I have a question about how maven manage the severity of the warnings.
I have two environments, in one Environment (My local computer, maven 3.2.2), maven throws the error "unmappable character for encoding UTF-8" with severity "WARNING", so, i can compile with no problem.
On the other environment (Jenkins, mavne 3.2.1), this error is throw with severity "ERROR", so, the compilation ends at this point.
You know how I can tell Maven to throw this error as "WARNING" on the Jenkins environment?