mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DgroupId="My-groupId"    -DpluginName="My-pluginName"    -DcuritySdkVersion="My-curitySdkVersion"    -DarchetypeGroupId="io.curity"    -DarchetypeArtifactId="identityserver.plugins.archetypes.kotlin-data-access-provider"    -DarchetypeVersion="2.5.0"    -DinteractiveMode=false  
            | License | 
                License | 
        
|---|---|
| GroupId | GroupIdio.curity | 
    
| ArtifactId | ArtifactIdidentityserver.plugins.archetypes.kotlin-data-access-provider | 
    
| Version | Version2.5.0 | 
        
| Type | Typemaven-archetype | 
    
| Description | 
            DescriptionCurity Kotlin Data Access Provider Archetype 
            An archetype that generates the Kotlin source code necessary to create a data access provider plug-in. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.curity -DarchetypeArtifactId=identityserver.plugins.archetypes.kotlin-data-access-provider -DarchetypeVersion=2.5.0 -DinteractiveMode=false