Create Java project with Maven archetype google-cloud-dataflow-java-archetypes-starter

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 simple starter pipeline to get started using the Google Cloud Dataflow SDK for Java.

Create a Java Project by archetype google-cloud-dataflow-java-archetypes-starter with Command Line:

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-starter"   -DarchetypeVersion="2.5.0"   -DinteractiveMode=false 

Required parameters for generate java project:

targetPlatform
validationRegex: none

Details about maven archetype google-cloud-dataflow-java-archetypes-starter

License

License

GroupId

GroupId

com.google.cloud.dataflow
ArtifactId

ArtifactId

google-cloud-dataflow-java-archetypes-starter
Version

Version

2.5.0
Type

Type

maven-archetype
Description

Description

Google Cloud Dataflow SDK for Java - Starter 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 simple starter pipeline to get started using the Google Cloud Dataflow SDK for Java.
Project Organization

Project Organization

Google

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.