Env:
Mvn 2.10
RPM Plugin: 2.0beta3
I need to have the RPM bundle install the file
src/main/resources/my.cf
onto the runtime location
/etc/my.cnf
If I use the mapping
<mapping>
<directory>/etc</mapping>
<fileMode>555</fileMode>
<username>root</username>
<groupName>root</groupName>
<sources>
<source>
<location>src/main/resources/my.cnf</location>
</source>
</sources>
</mapping>
the RPM owns the /etc directory as well and causes a conflict with
the package that owns /etc.
How do I create a mapping such that src/main/resources/my.cnf is
mapped onto /etc/my.cnf ?
Regards
/U
--
View this message in context:
http://www.nabble.com/RPM-Plugin%3A-Mapping-files-tp23226778p23226778.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]