Question

Is there a way to hide the Maven Dependencies classpath container in the Package Explorer? Everytime I jump into a class of a dependency, the Maven Dependencies tree is expanded to the class (if "Link with Editor" is selected, which is my preferred setting). Navigating to own classes or resources then requires lots of scrolling in the Package Explorer, which is quite annoying.

Is there a way to hide the "Maven Dependencies" classpath container or avoid that its get expanded automatically without having to deactivate "Link with Editor"?

enter image description here

Was it helpful?

Solution

There is a small triangle in the Package Explorer's upper right corner. You can create Filters to hide stuff (either by name, or maybe there is a hide Maven modules built-in filter by default depending on which plugin you use). I think that could help you.

enter image description here

enter image description here

OTHER TIPS

Eclipse also has a predefined filter "Hide libraries from external" that will solve your issue. At least in Luna

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top