When I'm debugging in a Maven dependency, which source I've downloaded and I can view in the Eclipse Java perspective, the source doesn't get displayed.

Shouldn't Eclipse wire the sources automatically?

link|improve this question

feedback

2 Answers

Go to

Window->Preferences->Maven

and check

"download artifact sources"

When you debug code, eclipse should automatically download missing sources (at least for me it works in such way).

link|improve this answer
It's checked and the sources are there. But Eclipse won't append them in the Debug mode. – New Talk Nov 4 '11 at 13:56
feedback

The question appears to be very similar or a duplicate to another on StackOverflow. Look at this.

I thought you had to have the m2 plugin for this, but I haven't checked.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.