MVN

org.camunda.bpm.archetype : camunda-archetype-servlet-war-demo

Maven & Gradle

Apr 04, 2023
19 stars

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

mvn archetype:generate -DarchetypeGroupId=org.camunda.bpm.archetype -DarchetypeArtifactId=camunda-archetype-servlet-war-demo -DarchetypeVersion=7.19.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.camunda.bpm.archetype : camunda-archetype-servlet-war-demo to generate a Maven project - Latest Versions:

  • Latest Stable: 7.19.0

All Versions

Choose a version of org.camunda.bpm.archetype : camunda-archetype-servlet-war-demo to generate a Maven project - All Versions:

Version Vulnerabilities Updated
7.19.x
camunda-archetype-servlet-war-demo-7.19.0
7.18.x
camunda-archetype-servlet-war-demo-7.18.0
7.17.x
camunda-archetype-servlet-war-demo-7.17.0
7.16.x
camunda-archetype-servlet-war-demo-7.16.0
7.15.x
camunda-archetype-servlet-war-demo-7.15.0
7.14.x
camunda-archetype-servlet-war-demo-7.14.0
1.0.x
camunda-archetype-servlet-war-demo-1.0.0

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=org.camunda.bpm.archetype -DarchetypeArtifactId=camunda-archetype-servlet-war-demo -DarchetypeVersion=7.19.0