This feature may not even exist in IntelliJ, but I will try my luck anyway.
One of the projects I'm working on has a slightly tall hierarchical maven strcuture project. Although I like the "Maven Projects" tab on the right side, the fact that it presents a list of projects in a flat list is confusing to me.
Is it possible to have a tree structure in the "Maven Projects" window? In my case, Maven projects have the right relationship between parents and children. that is, child projects are folders under the parent project and have the correct names in their folder.
I am using Intellij 11.1.3 (Ultimate) and Maven 3.0.3
source
share