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
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.camunda.bpm.archetype |
| Идентификатор | Идентификаторcamunda-archetype-servlet-war-demo |
| Версия | Версия7.17.0 |
| Тип | Типmaven-archetype |
| Описание |
Описание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 -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.camunda.bpm.archetype -DarchetypeArtifactId=camunda-archetype-servlet-war-demo -DarchetypeVersion=7.17.0 -DinteractiveMode=false