Issue Type: Bug Bug
Affects Versions: wagon-maven-plugin-1.0-beta-4
Assignee: Unassigned
Components: wagon
Created: 09/May/13 12:13 PM
Description:

The new optimize feature in Maven Wagon Plugin zips the files before uploading them and then unzips them again. During this process the file permissions are lost. (E.g., executable bit set via <fileMode>755</fileMode> when generating a bundle via Assembly plugin.)

Note: apparently setting permissions is not possible via java.util.zip.ZipEntry: http://stackoverflow.com/questions/10699334/change-permission-of-a-zipentry

The suggestion there is to replace it with http://commons.apache.org/proper/commons-compress/examples.html

Project: Mojo
Priority: Major Major
Reporter: Anton Koscejev
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to