Hi, I have different config files for various build targets (dev, test, prod), but I cannot use standard resource filtering because whole portions of the files are diferrent, not just simple strings. In Ant I have a copy of the file for each target and just copy/rename them during build. What would be the best way to do this in maven? Preferably using profiles to choose targets.
Thank you, Jan
