新建Maven项目完成后报错
第一个错误:org.apache.maven.plugin.PluginExecutionException: Execution default-cli of goal org.apache.maven.plugins:maven-resources-plugin:2.6:copy-resources failed
有缓存在local repository下面,删除junit目录下的所有文件,然后右键Maven-Update Project
pom.xml文件中缺失jar包的错误,都可以这么操作。
第二个错误,index.jsp文件报错
第三个错误:Plugin execution not covered by lifecycle configuration
请参考
https://www.cnblogs.com/hzhuxin/archive/2012/06/17/2552998.html