An internal error occurred during: “Updating Maven Project”. Unsupported IClasspathEntry kind=4

前端 未结 13 2339
暖寄归人
暖寄归人 2021-01-29 20:56

As the title mentioned I have the following problem: I use Eclipse with Maven Nature and when I update my Maven Project, I get this error:

13条回答
  •  不要未来只要你来
    2021-01-29 21:46

    I had to do it slightly different to work for me:

    1. rightclick project, remove maven nature (or in newer eclipse, "Maven->Disable Maven Nature")
    2. mvn eclipse:clean (with project open in eclipse/STS)
    3. delete the project in eclipse (but do not delete the sources)
    4. Import existing Maven project

提交回复
热议问题