Unable to find option to create new Maven project in IntelliJ IDEA 2016.1

I am trying to create a new Maven project using IntelliJ IDEA 2016.1. I am asking for help from the Jetbrains man page .

Following step 1, I click File -> New -> Module , and I am shown a parameter dialog without the Maven option.

I have Maven installed and I can use it through the command line.

+5
source share
2 answers

Turns out I didn't have a Maven plugin.

To enable it, I went to File -> Settings... -> Plugins and checked the box with Maven. One restart later and it works great.

+15
source

File-> New-> Project ... Perhaps you will find out.

enter image description here

-1
source

Source: https://habr.com/ru/post/1245748/


All Articles