【发布时间】:2015-05-10 23:26:46
【问题描述】:
我是 Maven 项目的新手。我将一个现有的 Maven 项目导入到 Eclipse,然后进行了新的配置。然后我尝试运行该应用程序,但控制台显示
[ERROR] Failed to execute goal com.google.appengine:appengine-maven-plugin:1.9.4:devserver (default-cli) on project helloworld: The plugin com.google.appengine:appengine-maven-plugin:1.9.4 requires Maven version 3.1.0 -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginIncompatibleException
我检查了它显示的链接。它建议将构建环境更新为所需的 Maven 版本。我搜索了它,但发现在 pom.xml 中进行了某些更改。但没有任何效果。谁能告诉我如何解决这个问题。我安装的 Maven 版本是3.0.5。
【问题讨论】:
标签: java eclipse maven google-app-engine maven-3