Create Java project with Maven archetype camunda-archetype-engine-plugin

Process engine plugin for Camunda BPM. Contains: ProcessEnginePlugin, ParseListener, JUnit Test with in-memory engine, BPMN process for testing.

Create a Java Project by archetype camunda-archetype-engine-plugin with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dclass-name-prefix="My-class-name-prefix"   -Dproject-name="My-project-name"   -Dproject-description="My-project-description"   -Dcamunda-version="My-camunda-version"   -Darchetype-groupId="My-archetype-groupId"   -Darchetype-artifactId="My-archetype-artifactId"   -Darchetype-version="My-archetype-version"   -DarchetypeGroupId="org.camunda.bpm.archetype"   -DarchetypeArtifactId="camunda-archetype-engine-plugin"   -DarchetypeVersion="7.17.0"   -DinteractiveMode=false 

Required parameters for generate java project:

class-name-prefix
validationRegex: none
project-name
validationRegex: none
project-description
validationRegex: none
camunda-version
validationRegex: none
archetype-groupId
validationRegex: none
archetype-artifactId
validationRegex: none
archetype-version
validationRegex: none

Details about maven archetype camunda-archetype-engine-plugin

License

License

GroupId

GroupId

org.camunda.bpm.archetype
ArtifactId

ArtifactId

camunda-archetype-engine-plugin
Version

Version

7.17.0
Type

Type

maven-archetype
Description

Description

Camunda Platform Archetype: Process Engine Plugin (JAR)
Process engine plugin for Camunda BPM. Contains: ProcessEnginePlugin, ParseListener, JUnit Test with in-memory engine, BPMN process for testing.
Project Organization

Project Organization

Camunda Services GmbH

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.camunda.bpm.archetype -DarchetypeArtifactId=camunda-archetype-engine-plugin -DarchetypeVersion=7.17.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.