>-----Original Message-----
>From: usammmy [mailto:mythreye...@gmail.com]
>
>I have some scripts under src/main/resources/scripts. These scripts are
>executables. But maven-jar-plugin is not preserving these file
permissions.
>Any suggestions?

jar files don't support storing permissions.
Create a tar.gz artifact instead.  I don't think there's a tarball
packaging type so you'll probably need to use the maven-assembly-plugin
and a format of "tar.gz" in the assembly descriptor file.

eric

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to