Hi
I have a legacy code that compiles correctly using IDEA or JDeveloper. I'm trying to configure it using maven that uses javac for compilation. But if I try to use javac to compile it generates error because there are unknown 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