I have a project which consists of GWT client end and a Tomcat server end. Everything is setup using maven. However, I want the client's HTML and CSS files (which reside in the resources folder) to be copied to the server projects webapp directory. I have been looking at the maven-dependency-plugin but cannot get it to work. I cannot seem to find a way to specify the source and destination path. I'd appreciate if someone can point me in the right direction.
Thanks.