Plugins You can find out about all the publicly available Grails plugins.

Eclipse settings generator

3 votes

Creates .classpath and .project files for Eclipse/STS integration. Downloads the sources and javadocs for dependencies from public repositories. Links the sources and javadocs to the dependent libraries.

example use (Eclipse / Groovy-Eclipse plugin, no STS): grails compile grails download-sources-and-javadocs (run twice in a row) grails download-sources-and-javadocs grails create-eclipse-files sh scripts/create_cpvardirs_unix.sh (unix) or scripts/create_cpvardirs_windows.bat (windows) then impor...

Read more

Dependency :
compile ":eclipse-scripts:1.0.6"

Documentation Source