Currently I have a multi-maven project, and my webapp maven project is currently generating a .war file.
How can I have it generate an exploded war?
(It is hard to deploy when it is a single file as it is large, and I am forced to upload the entire file when most of the library files are already on the server after the initial deploy)