I have an existing web application that creates a .war file. I want to convert the directory structure to maven's conventions. And I'm a bit lost.
In particular, the current .war, created by an ant target, doesn't copy to the .war anything in the site/statics directory subtree; this is copied by another, different ant target.
But if I want to run, e.g., jetty from maven (and I do!), I'll need to copy site/statics/*/.* to somewhere in maven's target directory. I don't know how to do that given maven's conventions.
Thanks.
Here's the existing directory structure as a (sorry) screenshot form Eclipse:
