Comment 1 for bug 459701

Revision history for this message
tomas (gugljafa) wrote :

I have a few ideas regarding modules, feel free to ignore them if you don't like them:).
I was using grails plugins for about a year and I didn't like the approach of putting them in a different location than the application path. Reasons are version conflicts, deployment, customizing module for a project and then forgetting that other projects are using the changed version and so on. Also I didn't like that some plugins didn't support uninstall. In case of play, uninstall could be simply deleting the module folder.
Perhaps if there was a modules folder in application, it could be read automatically without having to edit application.conf