Создать Java проект на основе Maven архетипа google-cloud-dataflow-java-archetypes-examples
Google Cloud Dataflow SDK for Java is a distribution of Apache
Beam designed to simplify usage of Apache Beam on Google Cloud Dataflow
service. This archetype creates a project containing all the example
pipelines.
Консольная команда для создания Java-проекта на основе архетипа google-cloud-dataflow-java-archetypes-examples:
mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DtargetPlatform="My-targetPlatform" -DarchetypeGroupId="com.google.cloud.dataflow" -DarchetypeArtifactId="google-cloud-dataflow-java-archetypes-examples" -DarchetypeVersion="2.2.0" -DinteractiveMode=false
Обязательные параметры для создания java проекта:
- targetPlatform
-
validationRegex: нет
Подробная информация об архетипе google-cloud-dataflow-java-archetypes-examples
| Группа |
Группаcom.google.cloud.dataflow |
| Идентификатор |
Идентификаторgoogle-cloud-dataflow-java-archetypes-examples |
| Версия |
Версия2.2.0 |
| Тип |
Типmaven-archetype |
Как подключить последнюю версию