Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get sources for Grails dependencies

Tags:

grails

ivy

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?

like image 787
Rich Avatar asked Aug 31 '10 13:08

Rich


2 Answers

I just use:

grails refresh-dependencies --include-source
like image 177
David Lynch Avatar answered Oct 06 '22 00:10

David Lynch


Grails Eclipse Scripts Plugin

like image 35
Oleksandr Avatar answered Oct 06 '22 02:10

Oleksandr