Is it possible to copy folders from my project to a certain location during some Maven phase? Does anybody know how?
Take a look at the maven-antrun plugin. You can copy a file in any maven phase like this:
maven-antrun-plugin 1.4 copy compile run