转换maven项目
1.项目右键——>configure进行项目转换
2.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>
下载以前的项目报Plugin execution not covered by lifecycle configuration
方法:查找并修改lifecycle-mapping-metadata.xml文件,详情百度
CoreException: Could not get the value for parameter compilerId for plugin e
方法:仔细查看,一定是pom.xml配置少了什么jar包