>-----Original Message-----
>From: usammmy [mailto:[email protected]]
>
>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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to