在 Eclipse 4.3.2 上,我的 POM 使用com.jayway.maven.plugins.android.generation2:android-maven-plugin:3.5.1
没有问题。我尝试将其升级到 3.8.2(最新版本),但出现可怕的“生命周期配置未涵盖插件执行”错误。
因此,我当然尝试对“发现新的 m2e 连接器”进行“快速修复”。但 m2e Marketplace 显示“没有可用的市场商品”。我该怎么办?
其他信息
我安装了 m2e-wtp - WTP 1.0.1.20130911-1545 org.eclipse.m2e.wtp.feature.feature.group 的 Maven 集成。当我尝试从市场安装“Maven Integration for Eclipse (Juno and newer) 1.4”时,它告诉我没有什么可更新的。当我尝试从市场安装“Maven Integration for Eclipse WTP (Juno) 1.0.1”时,有人告诉我:
Cannot complete the install because one or more required items could not be found.
Software being installed: m2e-wtp - JPA configurator for WTP (Optional) 1.0.1.e42-20130821-1033 (org.eclipse.m2e.wtp.jpa.feature.feature.group 1.0.1.e42-20130821-1033)
Missing requirement: Maven JPA Configurator 1.0.1.e42-20130821-1033 (org.eclipse.m2e.wtp.jpa 1.0.1.e42-20130821-1033) requires 'bundle org.eclipse.jpt.jpa.core [3.0.0,3.3.0)' but it could not be found
Cannot satisfy dependency:
From: m2e-wtp - JPA configurator for WTP (Optional) 1.0.1.e42-20130821-1033 (org.eclipse.m2e.wtp.jpa.feature.feature.group 1.0.1.e42-20130821-1033)
To: org.eclipse.m2e.wtp.jpa [1.0.1.e42-20130821-1033]
(叹气)这种依赖关系失控了……我完全迷失了。