1

Could someone compile this pom.xml from this tutorial: https://code.google.com/p/appengine-maven-plugin/

I tried as well this one, but I'm not familiar wtih 'maven invoker plugin configuration' and settings.xml

https://code.google.com/p/appengine-maven-plugin/source/browse/pom.xml

The error I'm getting is the following:

[ERROR] Failed to execute goal com.google.appengine:appengine-maven-plugin:1.8.3:devserver (default-cli) on project nerinorestaurante: The p lugin com.google.appengine:appengine-maven-plugin:1.8.3 requires Maven version 3.1.0 -> [Help 1]

4

2 回答 2

1

我认为您的意图是使用 appengine-maven-plugin?如果是这样,您需要使用 maven 3.1 版本。下载它,安装它。

这一切都在这里清楚地解释:http ://maven.apache.org/

于 2013-08-08T15:18:36.960 回答
0

Appengine 需要 JDK 7(例如,不是 8 或 9)。

设置 JAVA_HOME、JDK_HOME 环境变量。例如:

export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home
于 2016-10-31T10:10:17.617 回答