mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.google.cloud.dataflow" -DarchetypeArtifactId="google-cloud-dataflow-java-archetypes-examples-java8" -DarchetypeVersion="2.2.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdcom.google.cloud.dataflow |
ArtifactId | ArtifactIdgoogle-cloud-dataflow-java-archetypes-examples-java8 |
Version | Version2.2.0 |
Type | Typemaven-archetype |
Description |
DescriptionGoogle Cloud Dataflow SDK for Java - Java 8 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 targeting Java 8.
|
Project Organization |
Project Organization |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.google.cloud.dataflow -DarchetypeArtifactId=google-cloud-dataflow-java-archetypes-examples-java8 -DarchetypeVersion=2.2.0 -DinteractiveMode=false