Debug Grails Plugins load order
Grails documentation talks about Understanding Plugin Load Order and controlling it with the use of loadBefore and loadAfter properties.
It is easy to debug the plugin load order as well. Add this line to your grails-app/conf/logback.groovy file.
logger('grails.plugins.DefaultGrailsPluginManager', INFO, ['STDOUT'], false)
Tags: #grails