Create Java project with Maven archetype identityserver.plugins.archetypes.kotlin-data-access-provider

An archetype that generates the Kotlin source code necessary to create a data access provider plug-in.

Create a Java Project by archetype identityserver.plugins.archetypes.kotlin-data-access-provider with Command Line:

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.2.0"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
pluginName
validationRegex: none
curitySdkVersion
validationRegex: none

Details about maven archetype identityserver.plugins.archetypes.kotlin-data-access-provider

GroupId

GroupId

io.curity
ArtifactId

ArtifactId

identityserver.plugins.archetypes.kotlin-data-access-provider
Version

Version

2.2.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.curity -DarchetypeArtifactId=identityserver.plugins.archetypes.kotlin-data-access-provider -DarchetypeVersion=2.2.0 -DinteractiveMode=false