Can't import maven into Eclipse

I did see several posts about this issue, but they didn't work for me... Here is my environment:

Eclipse Juno version: Juno Service Release 1 m2e: 1.4.0 maven: 2.2.1

I generated a HelloWorld sample with Maven and tried to import it into Eclipse by doing File -> Import -> Existing Maven Projects -> Browse -> select Hello World -> Next. However, it shows two errors:

maven-compilier-plugin:2.3.2:compile(1 errors)

maven-compilier-plugin:2.3.2:testCompile(1 errors)

I expended these two and similar notices as follows:

Execution default-compile, in/pom.xml

Execution default-testCompile, in/pom.xml

链接地址: http://www.djcxy.com/p/87278.html

上一篇: M2E Maven插件:导入Maven项目在Eclipse JUNO中抛出错误

下一篇: 无法将Maven导入Eclipse