Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't find the option to create a new Maven project in IntelliJ IDEA 2016.1

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.

like image 870
Hdt80 Avatar asked Mar 25 '16 05:03

Hdt80


People also ask

Why Maven option is not showing in IntelliJ?

In the file menu select settings -> plugins. search for maven, select maven, select enable. Restart intellij. Once restarted you will now have the option to start new maven project and maven functionality will be accessible in all your previous projects.

Can we create Maven project in IntelliJ?

Maven IntelliJ IDEA supports a fully-functional integration with Maven that helps you automate your building process. You can easily create a new Maven project, open and sync an existing one, add a Maven support to any existing IntelliJ IDEA project, configure and manage a multi-module project.


1 Answers

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.

like image 72
Hdt80 Avatar answered Sep 29 '22 08:09

Hdt80