Create Java project with Maven archetype camunda-archetype-servlet-war-demo

Demo application with lots of pre-built parts that uses a shared Camunda Platform engine in a Servlet Container, e.g. Apache Tomcat. Contains: Servlet Process Application, BPMN Process, Java Delegate, HTML5-based start and task forms, JUnit Test with in-memory engine, Maven Plugins, and visual process test coverage

Create a Java Project by archetype camunda-archetype-servlet-war-demo with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -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-servlet-war-demo"   -DarchetypeVersion="7.17.0"   -DinteractiveMode=false 

Required parameters for generate java project:

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-servlet-war-demo

License

License

GroupId

GroupId

org.camunda.bpm.archetype
ArtifactId

ArtifactId

camunda-archetype-servlet-war-demo
Version

Version

7.17.0
Type

Type

maven-archetype
Description

Description

Camunda Platform Archetype: Servlet Process Application Demo (Servlet, WAR)
Demo application with lots of pre-built parts that uses a shared Camunda Platform engine in a Servlet Container, e.g. Apache Tomcat. Contains: Servlet Process Application, BPMN Process, Java Delegate, HTML5-based start and task forms, JUnit Test with in-memory engine, Maven Plugins, and visual process test coverage
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-servlet-war-demo -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.