Getting source code for existing JARs
Hello,
I wanted to know if maven can be used to fetch source code for existing jars on a system?
Can I simply point maven to a jar on my system and expect it to do its best to fetch the source code for the correct version according to my jar from its global repository?
Can I do this via an eclipse plugin?
Thanks!