I really like the way the Idea plugin for Gradle automatically grabs sources and adds them to my project, but sometimes I run into artifacts that don’t use ‘-sources’ for the classifier. For example, hessian is using ‘-src’. Is there a way I can give Gradle a hint so it automagically grabs those sources for me?
I also see GRADLE-201 as a generic way of downloading sources. I would love to be able to run a task that tries to download all sources + javadocs and creates a report showing which artifacts have or don’t have sources + javadocs available. Since I use a Maven proxy (Nexus) it would be an extremely simple way of ensuring I always have a local copy (and backup) of all the current sources + javadocs relevant to my project.