Markus KARG created MDEP-436: -------------------------------- Summary: German umlauts in outputDirectory and destFileName getting garbled Key: MDEP-436 URL: https://jira.codehaus.org/browse/MDEP-436 Project: Maven Dependency Plugin Issue Type: Bug Components: copy Affects Versions: 2.8 Environment: Win7 Pro SP1 64 Bit, JRE 7, MVN 3.0.4 Reporter: Markus KARG Priority: Critical
I am using German umlauts like Ã, à and à in my POM when configuring the outputDirectory and destFileName properties of the copy goal. When the plugin does the actual copy, the directory and file do not contain that umlauts, but instead a strange symbol (encoding garbage). It seems the plugin is unable to deal with German umlauts. While Java definitively IS able to correctly handle it, and while the POM is encoded in UTF-8, it is definitively a bug of a Maven component. As I do not know which component fails here, I am reporting it at the failing plugin, as it is the entry-point for me. -- This message was sent by Atlassian JIRA (v6.1.6#6162)