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:

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?