您的位置:首页 > 编程语言 > Java开发

Classpath entry org.eclipse.m2e.MAVEN2_CLASSPATH_C

2016-04-23 00:00 435 查看
摘要: Classpath entry org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER will not be exported

问题:

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

解决方法

<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">

<attributes>

<attribute name="maven.pomderived" value="true"/>

<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>

</attributes>

</classpathentry>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: