When you say "distributed", do you mean deployed to a Maven repository? In that case, you have no choice but to package them inside of a jar (or zip, or whatever). If you mean distributed on its own, this sounds like a case of documenting to the user that they can put a file somewhere and make manual changes to it, or using some install scrip that will place a file somewhere in their system (like RPM, or MSI) and your code will find it. I guess I'm not understanding what you want Maven to do here.
Eric On 4/4/06, Naz <[EMAIL PROTECTED]> wrote: > > > How to add runtime configurations to my projects - eg I want to have a > log4j > config distributed with my package and want the contents of the log4j file > modified to allow the users to change the log level. Filters are packaged > within jar so they're no good. Basically I want to have config directory > with all the config files that the users can change at will will. Thanks > -- > View this message in context: > http://www.nabble.com/Configuration-files-t1396714.html#a3756335 > Sent from the Maven - Users forum at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
