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-alarm-handler"    -DarchetypeVersion="2.5.0"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdio.curity | 
| ArtifactId | ArtifactIdidentityserver.plugins.archetypes.kotlin-alarm-handler | 
| Version | Version2.5.0 | 
| Type | Typemaven-archetype | 
| Description | DescriptionCurity Kotlin Alarm Handler Archetype An archetype that generates the Kotlin source code necessary to create an alarm handler plug-in. | 
| Project Organization | Project Organization | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.curity -DarchetypeArtifactId=identityserver.plugins.archetypes.kotlin-alarm-handler -DarchetypeVersion=2.5.0 -DinteractiveMode=false