Is it possible to create a New Project in IntelliJ 13.+ by using the project wizard but configuring it to use Maven instead of dowloading the libraries during project Creation? I know you can create projects with maven archtypes. The problem is I don't know if that project/folder structure is what I wanted. I am kind of inexperienced with Maven.
For example I want to create a Java Project with RichFaces. The New project wizard will want to download the libraries. I want Maven to handle all that and for it not to download the libraries.
I hope this makes sense.