Hi all - Is there a way to wildcard the overlaying of various dependencies?
I'd like to take all the artifacts of a given <classifier> and stick them at the root of the war. Currently, we're doing a dependency:unpack of them, then including them as the base web dir. In the end, I guess it works, but I was wondering if there was a way to do the same thing via the maven-war-plugin (doesn't seem so).
