[
https://jira.codehaus.org/browse/MDEP-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=365132#comment-365132
]
Markus KARG edited comment on MDEP-436 at 3/17/15 3:53 AM:
-----------------------------------------------------------
Yes this issue talks solely about ZIP but definitively not about JAR. To be
more specific, the "copy" target is working well since recent plexus changes,
but solely the "unpack" target for ZIPs still faces this issue.
A possible solution could look like this:
<configuration>
<encoding>CP850</encoding>
</configuration>
was (Author: mkarg):
Yes this issue talks solely about ZIP but definitively not about JAR.
> 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
> Assignee: Kristian Rosenvold
> Priority: Critical
> Fix For: 2.10
>
>
> 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)