开源软件名称(OpenSource Name):GoogleCloudPlatform/app-maven-plugin开源软件地址(OpenSource Url):https://github.com/GoogleCloudPlatform/app-maven-plugin开源编程语言(OpenSource Language):Java 99.0%开源软件介绍(OpenSource Introduction):Google App Engine Maven pluginThis Maven plugin provides goals to build and deploy Google App Engine applications. RequirementsMaven is required to build and run the plugin. Google Cloud SDK is required but will be automatically installed by the plugin. How to useIn your Maven App Engine Java app, add the following plugin to your pom.xml: <plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.4.1</version>
</plugin> You can now run commands like Goals and ConfigurationPlease see the USER GUIDE for a full list of supported goals and configuration options. Reference DocumentationApp Engine Standard Environment:
App Engine Flexible Environment:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论