MyEclipse未出现Maven Dependencies 二
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MyEclipse未出现Maven Dependencies 二相关的知识,希望对你有一定的参考价值。
很可能是.classpath和.project缺少对应文件
1. Maven enable Responsi
2. Update Project force offline
3. .classpath
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
.project中添加
<nature>org.maven.ide.eclipse.maven2Nature</nature>
4. Update Configuration
以上是关于MyEclipse未出现Maven Dependencies 二的主要内容,如果未能解决你的问题,请参考以下文章
解决myeclipse/eclipse创建或导入maven工程时引发的问题
myeclipse无法将maven项目部署到tomcat的解决方案
MyEclipse 创建Maven项目的问题:a pom xml file already exists in the destination folder