federkasten / appbundle-maven-plugin

Maven plugin that creates an Application Bundle for OS X containing all your project dependencies and the necessary metadata
Apache License 2.0
180 stars 56 forks source link

Missing documentation about executable permissions #53

Open Sami32 opened 6 years ago

Sami32 commented 6 years ago

~~The executable files permissions are removed by this plugin, under macOS or Linux OS. The files permissions "0755" are correctly set by the maven-assembly-plugin but are removed by this appbundle plugin, so all the embedded binaries are not working as expected with this DMG package generated.~~

Sami32 commented 6 years ago

<executable>true</executable> need to be used in a specific filter but that isn't documented anywhere AFAIK.

EDIT: useDefaultExcludes has been omit from the documentation as well.