Can I control plugin load order from outside a plugin in Grails?

懵懂的女人 提交于 2019-12-12 20:07:44

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!