Создать Java проект на основе Maven архетипа identityserver.plugins.archetypes.data-access-provider

Archetypes that can generate code for the various kinds of plug-ins supported by the Curity Identity Server

Консольная команда для создания Java-проекта на основе архетипа identityserver.plugins.archetypes.data-access-provider:

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.data-access-provider"   -DarchetypeVersion="2.3.0"   -DinteractiveMode=false 

Обязательные параметры для создания java проекта:

groupId
validationRegex: нет
pluginName
validationRegex: нет
curitySdkVersion
validationRegex: нет

Подробная информация об архетипе identityserver.plugins.archetypes.data-access-provider

Лицензия

Лицензия

Группа

Группа

io.curity
Идентификатор

Идентификатор

identityserver.plugins.archetypes.data-access-provider
Версия

Версия

2.3.0
Тип

Тип

maven-archetype
Описание

Описание

Curity Data Access Provider Archetype
Archetypes that can generate code for the various kinds of plug-ins supported by the Curity Identity Server
Организация-разработчик

Организация-разработчик

Curity AB

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.