I imported a maven multi-module project into intellij. If I now expand a module in the package view, it not only shows the sources of the module itself but also all the sources of the modules the module depends on.
Is there some setting to make the view behave more like the eclipse project explorer, where it shows only the sources of the project itself, not the sources of the dependencies?