How can I copy some source files (e.g. /src/main/html/*.html) to the build output directory (e.g. /target/scala-2.11/) with SBT so that the files end up in the target root and not in the classes subdirectory (which is what happens if I add the source directory to unmanagedResourceDirectories)?