I dont believe there is support for specifying encoding to unzip. At least
assembly only provides config to zip. Call it a bug, call it a feature :(

Kristian


2015-03-16 12:12 GMT+01:00 Markus Karg <k...@quipsy.de>:

> 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