maven發佈jar包到web-inf的lib下

<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>

對比項目根目錄的.classpath ,使之與上面參數一致便可。java

相關文章
相關標籤/搜索