appengine:deploy 명령어에서 매개변수를 전달하여 기본 배포 동작을 변경할 수 있습니다. 예를 들어 다음 명령어는 pom.xml 파일에 정의된 서비스를 특정 Google Cloud 프로젝트에 배포하고 커스텀 버전 ID를 서비스에 할당하며 새 버전에 대한 자동 트래픽 라우팅을 사용 중지합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-08-19(UTC)"],[[["\u003cp\u003eApache Maven is a Java build automation tool, and the App Engine Maven plugin facilitates building and deploying Java applications to App Engine.\u003c/p\u003e\n"],["\u003cp\u003eBefore using the plugin, ensure Maven version 3.9.1 or newer is installed, and that the gcloud CLI and \u003ccode\u003eapp-engine-java\u003c/code\u003e component are also installed.\u003c/p\u003e\n"],["\u003cp\u003eThe App Engine Maven plugin is added to a project by modifying the \u003ccode\u003epom.xml\u003c/code\u003e file, specifying the \u003ccode\u003ecom.google.cloud.tools:appengine-maven-plugin\u003c/code\u003e with version \u003ccode\u003e2.8.1\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe command \u003ccode\u003emvn package appengine:deploy -Dapp.deploy.projectId=PROJECT_ID\u003c/code\u003e builds, packages, and deploys the application to App Engine, with the option to omit \u003ccode\u003e-Dapp.deploy.projectId\u003c/code\u003e if already specified in the \u003ccode\u003epom.xml\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eDeployment behavior can be customized using parameters in the \u003ccode\u003eappengine:deploy\u003c/code\u003e command, such as specifying a project ID, custom version ID, or disabling automatic traffic routing.\u003c/p\u003e\n"]]],[],null,[]]