Pages

Tuesday, February 15, 2011

Copying Files in Maven

The need to copy files/directories is something that we come across when we use maven as the build tool. The maven resources plugin can be used to achieve this functionality. This example shows how to do this using the plugin. This link talks about some other methods that can be used to achieve this.

No comments:

Post a Comment