I am new on Intellij and have some troubles about checking out an existing maven project. In the past using eclipse when I check out an existing maven project it checks out the a pom file and the "src" folder to project explorer view, then I used to right click project, configure, configure as maven project. This used to create a file structure on the project explorer view like this
src/main/java ; src/main/resources ; src/main/test
Now When try to do the same thing with IntelliJ, after I check out the project I couldnt find a way like eclipse to "configure as maven project", the src folder structure is hierarchical and you click through deep to get where you want instead of tidy looking folder names like "src/main/java" etc .
IS this how Intellij works or I am missing something