`

maven 构建 Google AppEngine

阅读更多

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/

 

 

 

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics