问题
I would like to control plugin load order from outside of a plugin in Grails.
From within a plugin you can control load order with dependsOn, loadAfter or loadBefore: http://grails.org/doc/latest/guide/plugins.html#understandingPluginLoadOrder
But is it possible to do this from outside of the plugin? I don't want to modify the original plugin.
My end goal is to use the database-migration plugin to manage the quartz plugin and activiti plugin database schemas.
来源:https://stackoverflow.com/questions/21146156/can-i-control-plugin-load-order-from-outside-a-plugin-in-grails