简体   繁体   English

我没有收到“从 Maven 导入项目”对话框

[英]I dont get "Import Project from Maven" dialog

I am new to Java我是 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 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从 Maven部分导入项目中,第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这是我得到的

在此处输入图片说明

在此处输入图片说明

I have googled and I found another website that says I should get Improt Project from Maven我用谷歌搜索,发现另一个网站说我应该从 Maven 获取 Improt 项目

someting like this像这样

在此处输入图片说明 在此处输入图片说明

How can I get this screen so I follow instructions of the installation?如何获得此屏幕以便我按照安装说明进行操作?

  1. Start IntelliJ IDEA (2019.3).启动 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".在打开的对话框中,选择项目的 pom.xml 并单击“确定”。 IntelliJ IDEA opens and syncs the project in the IDE. IntelliJ IDEA 在 IDE 中打开并同步项目。

If you need to adjust the Maven settings: 1. Go to Settings/Preferences |如果您需要调整 Maven 设置: 1. 转到 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. 2. 重新导入您的项目。 (click the "Reimport all Maven Projects" icon in the Maven tool window) (单击Maven工具窗口中的“重新导入所有Maven项目”图标) 在此处输入图片说明 Additional links to the docs: https://www.jetbrains.com/help/idea/maven-support.html#maven_import_project_start文档的其他链接: https : //www.jetbrains.com/help/idea/maven-support.html#maven_import_project_start

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您应该从 IntelliJ 想法的导入项目中获取 Improt 项目作为 Maven 项目,首先导入包含 pom.xml 文件的项目,然后选择导入为 maven
导入项目

选择包含 pom.xml 的文件夹

然后选择maven

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM