mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -Dversion="My-version"    -DarchetypeGroupId="org.openntf.maven"    -DarchetypeArtifactId="odp-maven-archetype"    -DarchetypeVersion="0.0.2"    -DinteractiveMode=false  
            | License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.openntf.maven | 
    
| ArtifactId | ArtifactIdodp-maven-archetype | 
    
| Version | Version0.0.2 | 
        
| Type | Typemaven-archetype | 
    
| Description | 
            DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ 
         | 
    
| Project Organization | 
                    Project OrganizationWebGate Consulting AG | 
            
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.openntf.maven -DarchetypeArtifactId=odp-maven-archetype -DarchetypeVersion=0.0.2 -DinteractiveMode=false