[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-06-16。"],[[["Apache Maven is a Java build automation tool, and the App Engine Maven plugin facilitates building and deploying Java applications to App Engine."],["Before using the plugin, ensure Maven version 3.9.1 or newer is installed, and that the gcloud CLI and `app-engine-java` component are also installed."],["The App Engine Maven plugin is added to a project by modifying the `pom.xml` file, specifying the `com.google.cloud.tools:appengine-maven-plugin` with version `2.8.1`."],["The command `mvn package appengine:deploy -Dapp.deploy.projectId=PROJECT_ID` builds, packages, and deploys the application to App Engine, with the option to omit `-Dapp.deploy.projectId` if already specified in the `pom.xml`."],["Deployment behavior can be customized using parameters in the `appengine:deploy` command, such as specifying a project ID, custom version ID, or disabling automatic traffic routing."]]],[]]