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-ejb-war" -DarchetypeVersion="7.16.0" -DinteractiveMode=false
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.camunda.bpm.archetype |
| Идентификатор | Идентификаторcamunda-archetype-ejb-war |
| Версия | Версия7.16.0 |
| Тип | Типmaven-archetype |
| Описание |
ОписаниеCamunda Platform Archetype: Process Application (EJB, WAR)
Process application that uses a shared Camunda Platform engine in a Java EE Container, e.g. JBoss Wildfly.
Contains: Camunda EJB Client, Camunda CDI Integration, BPMN Process, Java Delegate as CDI bean, HTML5-based start and task forms,
configuration for JPA (Hibernate), JUnit Test with in-memory engine and visual process test coverage, Maven Plugins
|
| Организация-разработчик |
Организация-разработчик |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.camunda.bpm.archetype -DarchetypeArtifactId=camunda-archetype-ejb-war -DarchetypeVersion=7.16.0 -DinteractiveMode=false