[[["易于理解","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 build automation tool for Java, and App Engine provides a Maven plugin for building and deploying apps, excluding Enterprise Application Archive (EAR) projects."],["To use the App Engine Maven plugin, users must install Maven version 3.9.1 or newer and the gcloud CLI `app-engine-java` component."],["The App Engine Maven plugin can be added to a project's `pom.xml` file, and apps can then be built and deployed using the command `mvn package appengine:deploy -Dapp.deploy.projectId=PROJECT_ID`."],["The `appengine:deploy` goal generates a unique version ID, deploys the new app version to App Engine, and directs all traffic to the new version by default."],["The default deployment settings can be altered by passing parameters in the `appengine:deploy` command, such as specifying a custom project ID, version ID, or disabling automatic traffic routing."]]],[]]