mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -Dscala-version="My-scala-version"    -Dscala-compat-version="My-scala-compat-version"    -Dtruecommons-version="My-truecommons-version"    -Dtruevfs-version="My-truevfs-version"    -DarchetypeGroupId="net.java.truevfs"    -DarchetypeArtifactId="truevfs-archetype-access"    -DarchetypeVersion="0.12.1"    -DinteractiveMode=false  
            | License | 
                License | 
        
|---|---|
| GroupId | GroupIdnet.java.truevfs | 
    
| ArtifactId | ArtifactIdtruevfs-archetype-access | 
    
| Version | Version0.12.1 | 
        
| Type | Typemaven-archetype | 
    
| Description | 
            DescriptionTrueVFS Archetype Access 
            Showcases the client API of the module TrueVFS Access. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.java.truevfs -DarchetypeArtifactId=truevfs-archetype-access -DarchetypeVersion=0.12.1 -DinteractiveMode=false