I've got strange behavior with using maven-dependency-plugin.
When I use 'copy
' goal of maven-dependency-plugin and then I unzip dependency archive manually
I have -rwx permissions on my files.
But when I do 'unpack
' goal, then I have just -rw permissions for all my files from this dependency.