Allow configuration of encoding 
--------------------------------

                 Key: MASSEMBLY-530
                 URL: http://jira.codehaus.org/browse/MASSEMBLY-530
             Project: Maven 2.x Assembly Plugin
          Issue Type: Improvement
    Affects Versions: 2.2
            Reporter: Max Schaefer


Zips, that encode the file names with e.g. UTF-8 are not properly unpacked 
because the system default encoding is assumed. 
I tracked down that PlexusIoZipFileResourceCollection initialises a ZipFile 
instance passing in just the file. However, a second parameter of ZipFile 
allows to control the encoding. I would like to be able to specify that 
encoding when unpacking a dependencySet.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to