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

前端 未结 14 869
离开以前
离开以前 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条回答
  •  萌比男神i
    2020-12-24 00:58

    You can right click on the warning, choose quickfix and choose one of the following:

    • Mark the associated raw classpath entry as a publish/export dependency.
    • Exclude the associated raw classpath entry from the set of potential publish/export dependencies.

    As you will not have eclipse publishing/exporting the project it is safe to exclude it. But either way it makes no difference

    Step by step screenshots:
    http://publib.boulder.ibm.com/infocenter/radhelp/v8/index.jsp?topic=/com.ibm.javaee.doc/topics/tlooseclasspath.html

提交回复
热议问题