Hi


I have a maven project, with the following resource folder (containing one 
file):

* src/main/resources

-rw-r--r-- 1 my-user 18737 1740 Oct 25 10:24 log4j.properties



When doing a "project->clean" in eclipse (which triggers the maven Resourcse 
plugin, I guess) the resource files are moved to the output (bin) folder:

* ${project}/target/classes

-rw------- 1 my-user 18737 1740 Oct 25 10:24 log4j.properties



but it changes the file permission. Is there any way to control this? I would 
like to preserve the original file

permissions.



There seems to be a bug tracker for 
this(http://jira.codehaus.org/browse/MRESOURCES-132 ). Are there any possible 
workarounds?



Thanks,

Alex (Maven newbie)

Reply via email to