You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Markus KARG (JIRA)" <ji...@codehaus.org> on 2015/03/16 12:27:18 UTC

[jira] (MDEP-436) German umlauts in outputDirectory and destFileName getting garbled

    [ https://jira.codehaus.org/browse/MDEP-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=365064#comment-365064 ] 

Markus KARG commented on MDEP-436:
----------------------------------

Can you please append a comment showing how to configure maven-dependency-plugin:unpack in a way that will preserve German umlauts of file names when the ZIP was created with <encoding>CP850</encoding>? With the default configuration  maven-dependency-plugin:unpack actually unpacks garbage! .-(

> 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)