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

相关文章
相关标签/搜索