Hi, Many artifacts in Maven repositories contain source/javadoc JARs together with binaries, and Eclipse is able to use such JARs for source and documentation searches.
For example, something like: ls -l .../pub/repository/wiquery/1.0 -rw-r--r-- 1 root root 680653 2010-03-14 08:58 wiquery-1.0.jar -rw-r--r-- 1 root root 1195785 2010-03-14 08:58 wiquery-1.0-javadoc.jar -rw-r--r-- 1 root root 713911 2010-03-14 08:58 wiquery-1.0-sources.jar The questions are: 1. How can I instruct Gradle to download these JARs (better automatically, if present)? 2. How can I instruct Gradle's Eclipse project generator to reuse those JARs? Thank you, Andrew -- -- Andrew Schetinin
