Our project uses Log4J, configured via log4j.properties file. We have multiple production servers, which log to different log files, so that the logs can be differentiated. So l
If there are a lot of target configurations that need to be copied, you could use the maven-antrun-plugin together with ant macrodef.
maven-antrun-plugin
1.3
copy-resources-all-nodes
process-resources
...
run
If you really have a lot of target configurations, you could also use ant-contrib to iterate over a list of target configurations.
There's an example how to do this here