hey dudes.

I have a couple of questions on the rpm plugin.

1) Are there a way of configuring the plugin so that the "Name" field is set to something else than the artifactId ?
   e.g
   <configuration>
      <name>MyRpmName</name>
      ...
   </configuration>

2) Are there a way of creating softlinks in the rpm spec without using scripts ?
     e.g.
    ...
   <mappings>
       <mapping>
         <softlink>
             <source>/opt/app/myApp/logs</source>
             <target>/var/log/myApp</target>
          </softlink>
          ...
        </mapping>
    </mappings>

Best regards
Kaare Nilsen
btw.. we really need this stuff, so I could also add this support in the mojo if the current maintainers does not have time to do this now, and do not mind other ppls code around :)

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

   http://xircles.codehaus.org/manage_email

Reply via email to