Create Java project with Maven archetype bonita-rest-api-extension-archetype

Maven archetype to bootstrap a Bonita Rest API extension project

Create a Java Project by archetype bonita-rest-api-extension-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DbonitaVersion="My-bonitaVersion"   -Dsp="My-sp"   -Dlanguage="My-language"   -DapiName="My-apiName"   -DapiDisplayName="My-apiDisplayName"   -DapiDesc="My-apiDesc"   -DhttpVerb="My-httpVerb"   -DpathTemplate="My-pathTemplate"   -DpermissionNames="My-permissionNames"   -DurlParameters="My-urlParameters"   -DbdmGroupId="My-bdmGroupId"   -DbdmVersion="My-bdmVersion"   -Dwrapper="My-wrapper"   -DarchetypeGroupId="org.bonitasoft.archetypes"   -DarchetypeArtifactId="bonita-rest-api-extension-archetype"   -DarchetypeVersion="1.4.2"   -DinteractiveMode=false 

Required parameters for generate java project:

bonitaVersion
validationRegex: ^(((\d+)\.(\d+)\.(\d+)(?:-(\w+(?:\.\w+)*))?)(?:\+(\w+(?:\.\w+)*))?)$
sp
validationRegex: none
language
validationRegex: ^java$|^groovy$|^kotlin$
apiName
validationRegex: ^[a-zA-Z0-9]+$
apiDisplayName
validationRegex: none
apiDesc
validationRegex: none
httpVerb
validationRegex: ^GET$|^POST$|^PUT$|^PATCH$|^DELETE$|^HEAD$|^OPTIONS$|^TRACE$
pathTemplate
validationRegex: none
permissionNames
validationRegex: none
urlParameters
validationRegex: none
bdmGroupId
validationRegex: none
bdmVersion
validationRegex: none
wrapper
validationRegex: none

Details about maven archetype bonita-rest-api-extension-archetype

License

License

GroupId

GroupId

org.bonitasoft.archetypes
ArtifactId

ArtifactId

bonita-rest-api-extension-archetype
Version

Version

1.4.2
Type

Type

maven-archetype
Description

Description

Bonita Rest API extension Archetype
Maven archetype to bootstrap a Bonita Rest API extension project
Project URL

Project URL

https://www.bonitasoft.com
Source Code Management

Source Code Management

https://github.com/bonitasoft/bonita-rest-api-extension-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.bonitasoft.archetypes -DarchetypeArtifactId=bonita-rest-api-extension-archetype -DarchetypeVersion=1.4.2 -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.