Search code examples
javaeclipseivyivyde

How to attach source code of libraries downloaded with ivy


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?


Solution

  • Have you tried attaching the source configurations?

    <dependencies defaultconfmapping="*->default,sources">