PlayN ゲームを Google Appengine にデプロイしようとしています。ゲイプラグインで。
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 です