Category Archives: plugins

Grails Quickie: How to Load Dependency Sources and Javadocs

Once you start a new Grails project and you want to access all the source code of dependent libraries, you have to manually reference the according source files. This is a boring, time-consuming and error-prone task – something like mvn … Continue reading

Posted in grails, plugins | 1 Comment