To preserve German umlauts in file names within a ZIP, we are using...

<archiverConfig>
<encoding>CP850</encoding>
</archiverConfig>

...in the maven-assembly-plugin configuration, which is working well. :)

Next we want to use maven-dependency-plugin to unpack that ZIP.

How can we configure maven-dependency-plugin:unpack so it will apply CP850 when 
unpacking that ZIP?

Thanks!
-Markus

Reply via email to