Hi Guys, is it possible to customize a project for different customers/environments?
For example to use for one customer the image A, for a second customer image B and a default image if it's for a presentation. The same for environment configuration files (web.xml, data-sources.xml, ...).
Does Maven provide a way to cover customizations? I tried using profiles and build configurations in the POM files, but that only worked for resource files and not for content.
If possible please provide an example of your solution. Thanks Marcus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
