Samuel
Samuel
No more chance using the `template` type: (I tried with the 1.5 and 1.6 version of this plugin) ``` template /usr/lib/${project.name.camel}/plugins /usr/lib/${project.name.camel}/renderers perm 0777 ```
You are right, i only get the default directory permissions value 0755.
After install, to verify that the expected result has been done.
https://dl.bintray.com/sami32/Testing/0.3/DMS-0.3.0-SNAPSHOT-7_all.deb
In this build is was these 2 directories: /usr/lib/DigitalMediaServer/plugins /usr/lib/DigitalMediaServer/renderers
Could you make some example from my above ones? Thank you.
I do not see anything in the maven.md file. Only a commit adding `filemode` lines. That's said it should be more useful in the maven.md file IMO. I will try...
Nope, the template workaround didn't worked for me, using `0777` didn't changed anything in the permissions.
Ok, i will wait until some `dirmode` documentation is added, perhaps i will understand how you was able to do that. https://github.com/tcurdt/jdeb/blob/6dc9aa15e952a57a46d13725545017b1ddfde253/docs/maven.md Thank you for having tried at least.
That is weird that your template trick doesn't work for me but work for you. None example use `dirmode`, but i don't see how the first example could apply to...