jira-importer commented on issue #303: URL: https://github.com/apache/maven-jar-plugin/issues/303#issuecomment-2956696054
**[Karsten Fehre](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=karstenf)** commented I created this project at my computer, running debian. To verify the issue, run "mvn compile" and then "mvn jar:jar". The locales setting at my computer is "UTF-8". Maybe you have to configure the maven-resources-plugin to ensure the files where copied in UTF-8 to the target folder. As you can see, the resources-plugin copies the folders correctly to the target/classes folder (encoding is correct), but the jar contains uncorrect encoding. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
