Hello!
I would like to prepare packages with Maven binaries in "Linux compatible" formats - *.rpm, *src.rpm for Fedora Core 2 distribution. And I would like to prepare some kind of build scripts for alternative distribution (called "NucleOS") I'm working on now.
I want to have Linux directory tree which will be fully compatible with FHS 2.3 standard (http://www.pathname.com/fhs/), and after building Maven with default settings I get this structure:
/ /bin /lib /plugins
and I would like to move /plugins dir in another localization - for example (in /usr structure as it is described in FHS standard):
/bin /lib /lib/maven/plugins
or better:
/bin /lib /share/maven/plugins
any way - not in current directory....
How can I (or if I cannot then why...) modify Maven's source code or build scripts to do this?
Thanks, Marcin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
