Is there a plugin to copy a specified file during the build process?

In src/main/resources I have "config-customer1.xml", "config-customer2.xml",
"...3" and so on.. Depending on which profile I activate when running Maven
I need one of these files to be copied to "src/main/resources/config.xml" so
that the correct config for the given customer is used. Is that possible?

Reply via email to