Hi folks,
I'm using an antrun plugin task to form my staging dir for my rpm, 
then I have one mapping in the rpm-maven-plugin that looks 
something like this:

   <mapping>
   <!-- set user/group = to root/root for all files -->
   <directory>/opt/blahblah</directory>
   <username>root</username>
   <groupname>root</groupname>
   <sources>
      <source>
         <location>target/stage</location>
      </source>
   </sources>
   </mapping>  
 
However, I'm not seeing the file permissions preserved when the rpm
plugin
copies the files to rpm/buildroot.  Also, I'm not seeing sym links being
preserved either, they are copied. 
 
Are there  any options with mapping or sources to get these to work?
 
~eddie  

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to