0

我正在尝试将我的 PlayN 游戏部署到 Google Appengine。使用 gae 插件。

http://code.google.com/p/maven-gae-plugin/

mvn -f html/pom.xml gae:deploy

但它不起作用!得到这个 ..

[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Memory HTML 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-gae-plugin:0.9.2:deploy (default-cli) @ memory-html >>>
Downloading: http://forplay.googlecode.com/svn/mavenrepo/memory/memory-core/1.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/memory/memory-core/1.0-SNAPSHOT/maven-metadata.xml
Downloading: http://forplay.googlecode.com/svn/mavenrepo/memory/memory-core/1.0-SNAPSHOT/memory-core-1.0-SNAPSHOT.pom
Downloading: https://oss.sonatype.org/content/repositories/snapshots/memory/memory-core/1.0-SNAPSHOT/memory-core-1.0-SNAPSHOT.pom
[WARNING] The POM for memory:memory-core:jar:1.0-SNAPSHOT is missing, no dependency information available
Downloading: http://forplay.googlecode.com/svn/mavenrepo/memory/memory-core/1.0-SNAPSHOT/memory-core-1.0-SNAPSHOT.jar
Downloading: https://oss.sonatype.org/content/repositories/snapshots/memory/memory-core/1.0-SNAPSHOT/memory-core-1.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.508s
[INFO] Finished at: Tue Jun 12 21:16:27 CEST 2012
[INFO] Final Memory: 7M/82M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project memory-html: Could not resolve dependencies for project memory:memory-html:war:1.0-SNAPSHOT: Could not find artifact memory:memory-core:jar:1.0-SNAPSHOT in fo
rplay-legacy (http://forplay.googlecode.com/svn/mavenrepo) -> [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/DependencyResolutionException

这是什么意思?有什么问题?

--

编辑:

这是我的/html/pom.xml

4

0 回答 0