Leonid Ilyevsky created MDEP-473: ------------------------------------ Summary: File permissions are not preserved on Windows by unpack of the tar.gz Key: MDEP-473 URL: https://jira.codehaus.org/browse/MDEP-473 Project: Maven Dependency Plugin Issue Type: Bug Components: unpack Affects Versions: 2.9 Environment: Windows 7 with optional Cygwin Reporter: Leonid Ilyevsky
Upon unpacking tar.gz assembly, the file permissions are not taken from the tarball. Instead, all files get "-rwx------". When I unpack the same tarball using tar utility from cygwin, all files get proper permissions. The same permissions I can see in Windows under file properties, "Security" tab. It is modeled by adding some special users, representing the group and everybody else. Not sure whether this should be qualified as a bug, but it certainly looks like one when I use cygwin. -- This message was sent by Atlassian JIRA (v6.1.6#6162)