Reputation: 251
I am trying to create a new Maven project using IntelliJ IDEA 2016.1. I am following the Jetbrains help page for help.
Following step 1, I click on File -> New -> Module
, and I'm shown an option dialogue without a Maven option.
I do have Maven installed, and I'm able to use it through the command line.
Upvotes: 7
Views: 3542
Reputation: 251
Turns out I didn't have the Maven plugin enabled.
To enable it I went to File -> Settings... -> Plugins
and clicked the check box with Maven. One restart later and it works fine.
Upvotes: 18