1、我的环境jdk8,myeclipse2014,maven3.5
2、问题描述:当我创建maven的项目时候出现了以下情况的提醒:
我如果把这个点cancel后,创建的项目正常,不会报错。如果一路next下去,会在创建的项目中pom文件报错。这个我应该选择Project migration 还是直接取消呢?
直接点next
再把后面pom.xml文件报错内容贴出来
报错信息:
Multiple annotations found at this line:
- Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-resources-plugin:2.5:testResources (execution: default-testResources, phase:
process-test-resources)
- Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-resources-plugin:2.5:resources (execution: default-resources, phase: process-
resources)
过程如下:
@xiaoss: 参考
http://www.cnblogs.com/hzhuxin/archive/2012/06/17/2552998.html
或者
http://blog.csdn.net/xxd851116/article/details/25197373
再试试
@ycyzharry: 很感谢,第一个方法有用的。我的问题是,在maven下并没有帖子中所提到的lifecycle mapping. 后来我使用了myeclipse中自带的maven4myeclipse.
同组的小伙伴说,最好不要使用myeclipse自带的maven4myeclipse。不知道这个有什么说法吗?他们的区别大吗?
我没有搜索到相关的内容。