Pluginator
Dependency :
compile ":pluginator:0.2.2"
Summary
This plugin lets you define callbacks and properties in an application that are normally only available in plugins, e.g. doWithWebDescriptor, doWithDynamicMethods, loadAfter, observe, etc.
Description
Pluginator allows to write the following configuration hooks in application:
doWithWebDescriptor, doWithSpring, doWithDynamicMethods, doWithApplicationContext, onChange, onConfigChangeFor instance, with doWithSpring you can adjust your web-xml if you need precise control over web-xml generation.
Just add dependency on this plugin at the last line in your application.properties.See more documentation here.