问题描述
当我尝试使用Maven 3.0.4编译时,Eclipse给我这个错误:
When I try compile with maven 3.0.4, Eclipse give me this error:
未能执行目标com.jayway.maven.plugins.android.generation2:Android的Maven的插件:3.2.0:产生-源项目Proyect(默认生成-源):插件com.jayway.maven .plugins.android.generation2:Android的Maven的插件:3.0.0要求Maven的版本[3.0.3) - > [说明1] [错误]
我不明白,因为我的Maven 3.0.4,m2eclipse插件,当我测试用x版本是编译。
I don't understand because I have maven 3.0.4, m2Eclipse plugin and when I test with 2.x versions yes compile it.
推荐答案
您真的确定你正在使用Maven 3.0.4编译?也许你有你的磁盘上的Maven 3.0.4,但使用M2E的嵌入式Maven的3.0.2(这是默认值)。转到窗口 - > preferences - > Maven的 - >安装
来检查哪些Maven的版本中,你已经设置了。
Are you really sure you're compiling using Maven 3.0.4? Maybe you have your Maven 3.0.4 on disk, but use m2e's embedded Maven 3.0.2 (which is default). Go to Window -> Preferences -> Maven -> Installations
to check which Maven version you have set up.
这篇关于Android的Maven的插件3.2.0与Maven 3.0.4未编译的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!