Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

When clicking F3 in Eclipse, the editor jumps to the declaration of the element the cursor was on.

However, this does not work when I try jumping to elements declared in the maven repository:

enter image description here

In my setup M2_REPO is defined under Window\Preferences\Java\Build Path\Classpath Variables as "C:\Maven\repository" which is correct.

How can I resolve this?

share|improve this question

1 Answer

Have you tried right-clicking on the jar in eclipse and clicking 'Maven -> Download Sources'?

share|improve this answer
I see all the sources in the jar in the repository – Jonathan May 25 '11 at 14:36
How right clicking on the project and doing Maven -> Update Project Configuration? – artbristol May 25 '11 at 14:44
When I right click on the project I don't have "Maven" as an option. Should I? (I'm using Eclipse SDK 3.6.2 if it matters) – Jonathan May 25 '11 at 14:57
Have you got the m2eclipse plugin installed? – artbristol May 25 '11 at 15:06
no, I'll give it a try, although I don't understand why I would need a plug-in in order for eclipse to be able to open a file at a certain line... – Jonathan May 25 '11 at 21:01

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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