有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

java如何使用eclipse在appEngine上运行google testanalytics项目

我正在从事谷歌测试分析项目,我能够通过命令行使用maven成功构建该项目,并在谷歌appEngine上本地部署。但我不知道如何使用eclipse在appengine上部署该项目。当我右键点击这个项目时,它没有显示任何“在appEngine上运行”的选项。 任何帮助都将不胜感激


共 (1) 个答案

  1. # 1 楼答案

    遵循this文档

    To upload an app created with the the appengine-skeleton-archetype:

    1. Change directory to the top level of your project (for example, myapp) and invoke Maven as follows:

      mvn appengine:update

    2. You will be prompted for an authorization code in the terminal window and your web browser will launch with a consent screen which you must accept in order to be authorized. Follow the prompts to copy any codes from the browser to the command line.