GitHub user mkarg opened a pull request:
https://github.com/apache/maven-plugins/pull/85
Can unpack ZIP archives with custom encodings
Sometimes there is a need to unpack ZIP files which are encoded in
particular encodings. As it is impossible to automatically detect the encoding
of a ZIP file, a new optional parameter now supports customizing the encoding
applied when running unpacking goals.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/headcrashing/maven-plugins encoding
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-plugins/pull/85.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #85
----
commit 15d31ea6169a4fc99c14a6e52189659b49ed1c52
Author: Markus KARG <[email protected]>
Date: 2016-05-11T22:08:30Z
Can unpack ZIP archives with custom encodings
Sometimes there is a need to unpack ZIP files which are encoded in
particular encodings. As it is impossible to automatically detect the
encoding of a ZIP file, a new optional parameter now supports
customizing the encoding applied when running unpacking goals.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]