Hi I have a legacy code that compiles correctly using IDEA or JDeveloper. But if I try to use maven compile it generates error because there are unknoen characters in the comments. It looks like the legacy code has different types of character encoding in the file. Is there a way to compile using maven that will not take into consideration the comments?
Regards, Néstor