Home > Net >  Unable to import Maven Project in Eclipse as Next and Finish buttons are disabled
Unable to import Maven Project in Eclipse as Next and Finish buttons are disabled

Time:10-21

Initially, I have imported Maven Project to eclipse then got deleted accidentally from Workspace, and delete project contents on disk were unchecked.

I tried to import the Maven project again to eclipse but facing Next and Finish buttons are disabled though have deleted .m2, .eclipse, .mc-ad, .p2 from the user's folder. There is no settings.xml in the Users folder.

I have installed Eclipse in another place also, and tried, but Observed the same behavior.

Could you please update me on how to import the Maven project again, if deleted from the workspace?

Eclipse Screenshot

Thanks for your support.

Project Screenshot

CodePudding user response:

There is no Maven project (pom.xml) in the directory you are looking at. Change the root directory to the directory your project is in (in your case probably not the same as the workspace).

  • Related