Search code examples
javaeclipsemavenm2eclipse

Maven Project creation Issue in Eclipse


I am trying to create a new Maven Project in eclipse but I keep getting this error all the time.

Invalid project description.
OK
A Link location must be specified.

I am trying to create a new Maven Project (Create Simple Project) and providing below details:

Group ID
Artifact Id
version
Packaging
Name
Description

Is there some issue with my Maven plugin in Eclipse ?


Solution

  • enter image description here

    Make sure you select Create simple project and edit advanced option to link existing projects.