Hi list,
I'm needing some help with the plugin. I could one map a directory changing
the username and groupname for all files/directories but keeping their
original permissions?
Here's a snippet of my configuration:
...
<mapping>
<directory>${install.base.dir}/dir/subdir</directory>
<username>tomcat</username>
<groupname>tomcat</groupname>
<sources>
<source>
<location>${project.build.directory}/dir/subdir</location>
</source>
</sources>
</mapping>
...
The problem is that the permissions for all directories under subdir are
being changed.
Thanks in advance.
Mendes.