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

前端 未结 14 851
离开以前
离开以前 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.

    0 讨论(0)
  • 2020-12-24 01:13

    Simply right click on the warning and do a quick fix

    You can then review the .classpath file changes from source control

    0 讨论(0)
提交回复
热议问题