Hi there, I'm a maven newbie, just have a quick question on file copying. In our auto build environment, we need to copy app.config and other related config directories to test-assemblies, in order for NUnit to run the test .dll successfully. The config files/directories are all static and reachable from project root. As long as the copy is happening before "test" phase, we should be fine. I wonder if anyone knows an existing plug-in or a plug-in configuration that can help do the copy. Thanks, Cathy
