Classpath entry org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER will not be exported

前端 未结 14 878
离开以前
离开以前 2020-12-24 00:09

I\'m getting this warning in Eclipse:

Classpath entry org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER will not be exported or published. Runtime ClassNotFo

14条回答
  •  情歌与酒
    2020-12-24 00:59

    I have a simple way to solve this problem:

    1. Delete the project from your Eclipse.
    2. Into the work space where the project is located.
    3. Delete the items selected in the following image. Just leave src and pom.xml.

    4. Re-import the project in your Eclipse.

提交回复
热议问题