1. 程式人生 > >新建maven項目

新建maven項目

ner com try org depend eclipse true then pos

如果新建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項目