The Maven resources plugin:
This goal requires that you configure the resources to be copied, and specify the outputDirectory.
C
For me this one works well in Maven 3:
org.apache.maven.plugins maven-resources-plugin 2.5 custom-resources process-resources copy-resources ${project.build.directory} ${basedir}/target/blah blah true ${basedir}/target/uggh uggh false UTF-8