On 07/06/07, sharrissf <[EMAIL PROTECTED]> wrote:
When I'm using the unpack part of the dependency plugin it is reseting all the permissions of my tar.gz. I haven't been able to find how to fix that without explicity reseting the permissions to what I want them to be. Is that the best I can do for now?
The obvious guess would be that Java does not have access to filesystem permissions, and maven is using Java to untar the file. Perhaps you could exec GNU tar or similar instead, but it would be a less portable solution. James --
View this message in context: http://www.nabble.com/-newbie--When-unpacking-a-tar.gz-how-do-I-make-it-keep-permissions-tf3885078s177.html#a11012130 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
