I have issue with JENKINS and MAVEN regarding encoding. I am doing tests and one of the tests is changing language to domestic language (Romanian)
If I use UTF-8 in pom.xml I get "unmappable character" error when compiling, I have changed encoding to "cp1252", this encoding doesn't give me that error but it also doesn't find the elements that are using domestic language, I get ROM?‚NÄ‚ instead of ROMÂNĂ.
Is there any way to resolve this issue with multiple encoding?