Создать 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.5.0"   -DinteractiveMode=false 

Обязательные параметры для создания java проекта:

targetPlatform
validationRegex: нет

Подробная информация об архетипе google-cloud-dataflow-java-archetypes-examples

Лицензия

Лицензия

Группа

Группа

com.google.cloud.dataflow
Идентификатор

Идентификатор

google-cloud-dataflow-java-archetypes-examples
Версия

Версия

2.5.0
Тип

Тип

maven-archetype
Описание

Описание

Google Cloud Dataflow SDK for Java - Examples Archetype
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.
Организация-разработчик

Организация-разработчик

Google

Как подключить последнюю версию

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.google.cloud.dataflow -DarchetypeArtifactId=google-cloud-dataflow-java-archetypes-examples -DarchetypeVersion=2.5.0 -DinteractiveMode=false

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.