An internal error occurred during: "Updating Maven Project

前端 未结 10 2066
不思量自难忘°
不思量自难忘° 2021-01-29 23:52

when i convert to maven project the error is :

> An internal error occurred during: \"Updating Maven Project\".
> Unsupported IClasspathEntry kind=4
         


        
10条回答
  •  执笔经年
    2021-01-30 00:11

    Here is what worked for me: After the steps posted in Answer 21 above (the last being Convert to Maven Project), I did:

    1. mvn eclipse:eclipse - this regenerates your .project and .classpath files (both of which were blown away by mvn eclipse:clean in step (2) above)

    2. In Eclipse, I right-clicked my project(s) and then Maven > Update Project

    I did not see the Unsupported IClasspathEntry kind=4 message anymore :)

提交回复
热议问题