This commit is contained in:
Jan Bartel 2016-07-06 13:41:59 +10:00
parent 0d0b1ace5c
commit c913bc7150
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ public class JettyEffectiveWebXml extends JettyRunMojo
applyJettyXml ();
ServerSupport.configureHandlers(server, null);
ServerSupport.configureDefaultConfigurationClasses(server);
//ensure config of the webapp based on settings in plugin
configureWebApplication();