昨天一不留神,把Maven Dependencies给移除掉了。一阵痛苦...!
1:找到工程的上一个版本
2:直接替换你的.classpath文件
3:找到工程-右键-Maven-Update Project... Alt+F5
4:找到工程-右键-Build Path-Configure Build Path...在 LiBraries列表中 是不是已经看到了Maven Dependencies。
如果你的工程已经没有了上一个版本
1:打开.classpath文件,加入如下代码
1
|
<
classpathentry
kind
=
"con"
path
=
"org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"
> <
attributes
> <
attribute
name
=
"org.eclipse.jst.component.dependency"
value
=
"/WEB-INF/lib"
/> </
attributes
> </
classpathentry
>
|
本文转自布拉君君 51CTO博客,原文链接http://blog.51cto.com/5148737/1774279
:,如需转载请自行联系原作者