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

前端 未结 14 854
离开以前
离开以前 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:05

    I came across this issue too! I Believe that eclipse adds the same deps twice. once in the

    Maven Dependencies

    Group and another in the form of

    M2_REPO/ ...

    You must remove the last one in the

    Properties -> Java Buil Path -> Libraries

    for the error to dissapear!

提交回复
热议问题