Is 'Add as Maven Project' broken or I miss something?

已回答

Hi Team,

 

Could you please suggest with the following scenario:

1. Close IDEA project.

2. Remove the project from recent.

3. ‘git clean -fdx’ in the project folder to get rid of all IDEA stuff

4. Open the project in IDEA - Maven tab is missing and pom file can't be added as Maven Project. However the pom file icon looks like it was added. Anyway - the Maven tab is missing.

 

What should be cleaned as well or there's a known defect with the issue?

 

 

0

Hello, Kostyantyn!

Thank you for reporting this!

"Add as Maven Project" option has been removed in the recent versions of IDEA.

It was originally intended for converting Projects that use IDEA's Native Build System to Maven-based Projects.

Try opening the Project by its' pom.xml directly: Open → Navigate to Project's directory → Double-click root pom.xml → Open as Project.

If the issue persists, close all instances of IDEA and remove Maven folder, found in IDEA's System Directory.

 

0

请先登录再写评论。