I need to use one set of settings (log4j, database configuration, etc) for development and testing and a different configuration for production deployment.
I've read the "Introduction to build profiles" document, and I understand that I can use "target environment"-type profiles to trigger different build results. My question is: How should I organize my (application, not Maven) settings for different target environments? ie, I have a log4j.xml file for development/testing, and another one for production deployment. Where should I put each of them? Thanks in advance, Daniel Serodio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
