项目->.project -> 增加
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>job</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
相关文章
- maven -- 问题解决(一)解决eclipse中maven项目出现的问题
- maven -- 问题解决(一)解决eclipse中maven项目配置过程和maven install时出现的问题
- eclipse导入maven工程,右键没有build path和工程不能自动编译解决方法
- tomcat7在eclipse中启动maven项目后不能访问
- 用maven来创建scala和java项目代码环境(图文详解)(Intellij IDEA(Ultimate版本)、Intellij IDEA(Community版本)和Scala IDEA for Eclipse皆适用)(博主推荐)
- eclipse 和 Myeclipse中Maven Web项目出现小红叉的 详细解决方法
- eclipse maven 项目出现红叉,解决方法
- eclipse里maven项目An error occurred while filtering resources解决办法
- maven管理Java web项目WEB-INF/lib中jar包不能被引入的问题解决
- eclipse 从git取项目,导入为maven项目,新加的方法,报加载主类错误