欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

maven 构建 Google AppEngine 博客分类: web前端 mavenGoogleGAE配置管理.net 

程序员文章站 2024-03-20 19:20:52
...

1. 创建工程

mvn archetype:generate -DarchetypeGroupId=net.kindleit -DarchetypeArtifactId=gae-archetype-jsp -DarchetypeVersion=0.8.4 -DgroupId=com.myapp.test -DartifactId=testapp

 

2. 相关资料

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

http://www.kindleit.net/maven_gae_plugin/maven-gae-plugin/plugin-info.html

 

3. maven 命令

mvn clean package

mvn gae:run

mvn gae:deploy

 

4. appengine-web.xml

 

    <application>appname</application>

    <version>1</version>

    配置正确,才能deploy

 

5.  管理地址

https://appengine.google.com/