Plugin Design
The plugin is designed to work with the following principles in mind (but can be configured to work different): The webapp source (typically /src/main/webapp) is holy and won't be polluted with generated stuff. Instead a special working dir is set up with an exploded template of the webapp (typically /war) Compilation is done with a dedicated output folder t...