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  
            | License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.google.cloud.dataflow | 
    
| ArtifactId | ArtifactIdgoogle-cloud-dataflow-java-archetypes-examples | 
    
| Version | Version2.5.0 | 
        
| Type | Typemaven-archetype | 
    
| Description | 
            DescriptionGoogle 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. 
         | 
    
| 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 -DarchetypeVersion=2.5.0 -DinteractiveMode=false