如果新建maven 项目确省maven dependencies,则在存在问题工程的.classpath末尾 加上
<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>
新建maven项目
Posted anlcy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了新建maven项目相关的知识,希望对你有一定的参考价值。
以上是关于新建maven项目的主要内容,如果未能解决你的问题,请参考以下文章
idea 新建 maven 项目 (避免 idea 在使用 maven 新建 webapp 骨架项目时一直 downloading 的问题)