Community
Participate
Working Groups
The individual parameters that have historically been used to configure the jetty-maven-plugin (like "tmpDirectory", "contextPath") etc should be deprecated in favour of use the <webApp> parameter (also aliased to <webAppConfig>), which is an org.eclipse.jetty.webapp.WebAppContext instance and thus can be used to configure everything about the webapp.
Done for jetty-7.5.2.