Create Java project with Maven archetype bonita-theme-archetype

Maven archetype to bootstrap a Bonita theme project

Create a Java Project by archetype bonita-theme-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DdisplayName="My-displayName"   -Dname="My-name"   -Ddescription="My-description"   -Dwrapper="My-wrapper"   -DarchetypeGroupId="org.bonitasoft.archetypes"   -DarchetypeArtifactId="bonita-theme-archetype"   -DarchetypeVersion="1.0.1"   -DinteractiveMode=false 

Required parameters for generate java project:

displayName
validationRegex: none
name
validationRegex: none
description
validationRegex: none
wrapper
validationRegex: none

Details about maven archetype bonita-theme-archetype

License

License

GroupId

GroupId

org.bonitasoft.archetypes
ArtifactId

ArtifactId

bonita-theme-archetype
Version

Version

1.0.1
Type

Type

maven-archetype
Description

Description

Bonita Theme Archetype
Maven archetype to bootstrap a Bonita theme project
Project URL

Project URL

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

Source Code Management

https://github.com/bonitasoft/bonita-theme-archetype

How to add to project

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