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

前端 未结 14 885
离开以前
离开以前 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 01:12

    That's the typical problem with maven projects configured in Eclipse that are changed its configuration or saved inappropriately.

    Normally I'll edit my .classpath file and check the references for the build path, etc.

    So in your case, I think you'll need to delete your classpathentry with those org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER reference inside.

提交回复
热议问题