I am trying to find a way to copy a resource file to a new name in the target directory in a Maven build. Pretty much everything I have found while searching suggests workar
You can avoid the over head of Ant by using the Maven Assembly plugin and the file assembly descriptor.