Re: [m2] Executable scripts in assembly jar

2005-06-08 Thread Brett Porter
Not in a JAR - it has no knowledge of file permissions. Currently tarballs set all files to "700" in the Maven assembly. That needs to be made to configurable, and is related to http://jira.codehaus.org/browse/MNG-266. Care to volunteer? :) Cheers, Brett On 6/9/05, Ilyevsky, Leonid (Equity Trad

[m2] Executable scripts in assembly jar

2005-06-08 Thread Ilyevsky, Leonid (Equity Trading)
I create assembly jar with my library jars and some scripts (perl, ksh, etc.) in Linux. After I unpack it, the scripts (of course) do not have execute permissions, so I have to remember to manually do chmod +x. Is there any way to automate this in maven style? --