我确实看过几个关于这个问题的帖子,但它们对我不起作用...... 这是我的环境:
Eclipse Juno版本:Juno Service Release 1 m2e:1.4.0 maven:2.2.1
我使用Maven生成了一个HelloWorld示例,并尝试通过执行File - >将其导入Eclipse。导入 - >现有的Maven项目 - >浏览 - >选择Hello World - >下一个。但是,它显示了两个错误:
maven-compilier-plugin:2.3.2:编译(1个错误)
maven-compilier-plugin:2.3.2:testCompile(1个错误)
我花了这两个和类似的通知如下:
执行default-compile,在/ pom.xml中
执行default-testCompile,在/ pom.xml
中