[ https://issues.apache.org/jira/browse/MDEP-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15305710#comment-15305710 ]
Hudson commented on MDEP-436: ----------------------------- SUCCESS: Integrated in maven-plugins #6186 (See [https://builds.apache.org/job/maven-plugins/6186/]) [MDEP-436] German umlauts in outputDirectory and destFileName getting garbled o Applied patch with minor modifications to only set the encoding on ZIP type UnArchivers. This closes #85 (schulte: [http://svn.apache.org/viewvc/?view=rev&rev=1745959]) * maven-dependency-plugin/pom.xml * maven-dependency-plugin/src/main/java/org/apache/maven/plugins/dependency/AbstractDependencyMojo.java * maven-dependency-plugin/src/main/java/org/apache/maven/plugins/dependency/fromConfiguration/AbstractFromConfigurationMojo.java * maven-dependency-plugin/src/main/java/org/apache/maven/plugins/dependency/fromConfiguration/ArtifactItem.java * maven-dependency-plugin/src/main/java/org/apache/maven/plugins/dependency/fromConfiguration/UnpackMojo.java * maven-dependency-plugin/src/main/java/org/apache/maven/plugins/dependency/fromDependencies/UnpackDependenciesMojo.java > German umlauts in outputDirectory and destFileName getting garbled > ------------------------------------------------------------------ > > Key: MDEP-436 > URL: https://issues.apache.org/jira/browse/MDEP-436 > Project: Maven Dependency Plugin > Issue Type: Bug > Components: unpack > Affects Versions: 2.8 > Environment: Win7 Pro SP1 64 Bit, JRE 7, MVN 3.0.4 > Reporter: Markus Karg > Assignee: Christian Schulte > Priority: Critical > Fix For: 3.0 > > > 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.3.4#6332)