An internal error occurred during: "Updating Maven Project

前端 未结 10 1133
太阳男子
太阳男子 2021-01-29 23:39

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:07

    This issue has been fixed in m2e 1.5.0 which is available for Eclipse Kepler (4.3) and Luna (4.4)

    Please see https://bugs.eclipse.org/bugs/show_bug.cgi?id=374332#c14

    The problem is caused by the fact that STS (the Spring IDE/Eclipse), as well Eclipse and other Eclipse based IDE's, use the m2e(clipse) plugin but that eclipse:eclipse has been probably been run on the project. When m2e encounters a "var" .classpath entry, it throws this error.

    The update sites are specified at the following url: http://download.eclipse.org/technology/m2e/milestones/1.6/

提交回复
热议问题