You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Tim <ch...@gmail.com> on 2010/05/11 01:33:02 UTC

Preserving attributes on resources

I have a sh file in src/main/resources that is 755 but its copied to
target/classes with different permissions.
I know that assembly plugin can set new fileModes but is there a way to do
this using the resource plugin?
Thanks :)