RE: maven-resources-plugin not retaining unix permissions?

2011-10-27 Thread Andrew Hunt
Alexander My work around is almost identical to yours - the chief difference being the phase - I are using process-resources. Jason Was not aware of the creation purpose. The assembly plug-in appears to be a tad too heavy for what we need, in that the file we need permissions set on is execute

maven-resources-plugin not retaining unix permissions?

2011-10-25 Thread Andrew Hunt
Hi I have a project in which our run scripts are in src/main/resources/. The code is in a GIT repo and I found out how to set the file permission include execute permission in GIT. $ ls -l src/main/resources/ total 60 -rw-r- 1 svc_fx_build APP_Repo_Users 16097 Oct 24 15:47 change_readme.do