How to attach source code of libraries downloaded with ivy
eclipse, ivy, ivyde, java
Solution
Have you tried attaching the source configurations?
<dependencies defaultconfmapping="*->default,sources">
Problem
I use ivy with the ivy eclipse plugin to download dependencies. Works great. But how can I attach the source code for those libraries, in order to step into these libraries?