mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="de.schipplock.archetypes"    -DarchetypeArtifactId="console"    -DarchetypeVersion="1.0.3"    -DinteractiveMode=false  
            | License | 
                License | 
        
|---|---|
| GroupId | GroupIdde.schipplock.archetypes | 
    
| ArtifactId | ArtifactIdconsole | 
    
| Version | Version1.0.3 | 
        
| Type | Typemaven-archetype | 
    
| Description | 
            Descriptionconsole archetype with picocli, junit5 and log4j2 
            Maven archetype for bootstrapping a console application using picocli, junit5 and log4j2 
         | 
    
| Project URL | 
                    Project URL | 
            
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.schipplock.archetypes -DarchetypeArtifactId=console -DarchetypeVersion=1.0.3 -DinteractiveMode=false