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.5.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

License

License

GroupId

GroupId

io.curity
ArtifactId

ArtifactId

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

Version

2.5.0
Type

Type

maven-archetype
Description

Description

Curity 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

Curity AB

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.