Rich
Rich

Reputation: 15458

How to get sources for Grails dependencies

How can I get Ivy to download the sources for dependencies from within Grails?

I tried editing all the ivy.xml files I could find as per this, but no luck.

~/.grails/1.3.4/projects/workspace-sts/integration-files/ivy.xml
/c/grails-1.3.4/src/grails/ant/ivy.xml

I've been reading the grails source, and can't find any way to do this. Does anyone have any ideas?

Upvotes: 7

Views: 2508

Answers (2)

David Lynch
David Lynch

Reputation: 1716

I just use:

grails refresh-dependencies --include-source

Upvotes: 11

Oleksandr
Oleksandr

Reputation: 3801

Grails Eclipse Scripts Plugin

Upvotes: 6

Related Questions