I dont get "Import Project from Maven" dialog

277 views Asked by At

I am new to Java

and following the instructions of how to install an open source application.

Steps are here

https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+4.0+Developer+Install+Guide#cTAKES4.0DeveloperInstallGuide-IntelliJIDEAstepbystepinstallinstructions

In Import Project from Maven section, step number 4

4. Click "Ok".
This will open an "Import Project from Maven" dialog.

I click ok but no other dialog opens

Here is what I get

enter image description here

enter image description here

I have googled and I found another website that says I should get Improt Project from Maven

someting like this

enter image description here enter image description here

How can I get this screen so I follow instructions of the installation?

2

There are 2 answers

1
abanoub wagih On BEST ANSWER

you should get Improt Project as Maven Project from import Project at IntelliJ idea first import project which contains pom.xml file then select import as maven
import Project

select folder which contains pom.xml

then select maven

0
Elena On
  1. Start IntelliJ IDEA (2019.3).
  2. In the wizard, click "Import Project".
  3. In the dialog that opens, select pom.xml of your project and click "OK". IntelliJ IDEA opens and syncs the project in the IDE.

If you need to adjust the Maven settings: 1. Go to Settings/Preferences | Build, Execution, Deployment | Buildtools | Maven | Importing. On this page, adjust the settings according to your preferences, click "OK" to save the changes. 2. Reimport your project. (click the "Reimport all Maven Projects" icon in the Maven tool window)enter image description here Additional links to the docs: https://www.jetbrains.com/help/idea/maven-support.html#maven_import_project_start