码迷,mamicode.com
首页 > 其他好文 > 详细

找回remove了 Maven Dependencies

时间:2015-08-09 12:41:36      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:maven   classpath   

在项目的根路径下找到.classpath文件,在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>


版权声明:本文为博主原创文章,未经博主允许不得转载。

找回remove了 Maven Dependencies

标签:maven   classpath   

原文地址:http://blog.csdn.net/class_horse/article/details/47374177

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!