Here is a quick way to navigate to the parent pom file in a maven eclipse project. Hold <ctrl> down while clicking within the <parent> tag. Eclipse will open the parent pom file.
This also works with other tags in the pom file. Holding &ln;ctrl> while clicking a dependency will open that dependency’s declaration.