maven-dependency-plugin
maven-dependency-plugin copied to clipboard
[MDEP-608] copy goal should support setting (executable) permissions
Julius Schwartzenberg opened MDEP-608 and commented
We have some executables in Nexus as build artifacts. The native plug-in generates those for instance. When we copy them to the target directory so that they can be used with our integration tests, they are not executable however as chmod +x is still needed.
It would be nice if the copy goal would support this.
No further details from MDEP-608
Slawomir Jaranowski commented
Does Nexus or other repository manager preserve executable bit somehow?
Does provide such information during artifact downloads?