Hi guys, Some resource files(e.g. My_zh.properties) is set against ISO-8859-1 charset, which isn't compatible with Chinese characters. I can change the charset with some tools(e.g. native2ascii), but how can I achieve the goal with Maven plugins(e.g. maven-war-plugin)?
Additionally, when I archive project(using maven-jar-plugin or maven-war-plugin), at cmd console, one of output is the following, Using default encoding to copy filtered resources. What's default encoding? a cup of Java, cheers! Sha Jiang -- View this message in context: http://www.nabble.com/set-appropriate-charset-for-files--tf2627629s177.html#a7332310 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
