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.sms-sender"    -DarchetypeVersion="2.5.0"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdio.curity | 
| ArtifactId | ArtifactIdidentityserver.plugins.archetypes.sms-sender | 
| Version | Version2.5.0 | 
| Type | Typemaven-archetype | 
| Description | DescriptionCurity SMS Sender Archetype Archetypes that can generate code for the various kinds of plug-ins supported by the Curity Identity Server | 
| Project Organization | Project Organization | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.curity -DarchetypeArtifactId=identityserver.plugins.archetypes.sms-sender -DarchetypeVersion=2.5.0 -DinteractiveMode=false