Support for Web Applications not in a project's root dir
Status: Beta
Brought to you by:
jdjwright
Currently for the Web application's root (place of
WEB-INF folder) the project's root is assumed.
Personally I don't like cluttering a project's root directory
with all this web app stuff (META-INF/, WEB-INF/, css/,
images/, *.html) in addition to the related source code
(src/main/, test/src/, test/data/, config/, ...).
So an option to put the Web Application's root into a
folder would be great.
This could be implemented as an additional Web
Application property the same way like the context name
is handled.