camunda BPM - cycle - Tomcat

This pom defines the required plugins and profiles to allow a camunda release build. Inherit this pom when you want to release your project into the camunda nexus and/or maven central.

Лицензия

Лицензия

Категории

Категории

Tomcat Контейнер Application Servers
Группа

Группа

org.camunda.bpm.cycle
Идентификатор

Идентификатор

camunda-cycle-tomcat
Последняя версия

Последняя версия

3.1.0
Дата

Дата

Тип

Тип

war
Описание

Описание

camunda BPM - cycle - Tomcat
This pom defines the required plugins and profiles to allow a camunda release build. Inherit this pom when you want to release your project into the camunda nexus and/or maven central.
Организация-разработчик

Организация-разработчик

camunda services GmbH

Скачать camunda-cycle-tomcat

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.camunda.bpm.cycle/camunda-cycle-tomcat/ -->
<dependency>
    <groupId>org.camunda.bpm.cycle</groupId>
    <artifactId>camunda-cycle-tomcat</artifactId>
    <version>3.1.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.cycle/camunda-cycle-tomcat/
implementation 'org.camunda.bpm.cycle:camunda-cycle-tomcat:3.1.0'
// https://jarcasting.com/artifacts/org.camunda.bpm.cycle/camunda-cycle-tomcat/
implementation ("org.camunda.bpm.cycle:camunda-cycle-tomcat:3.1.0")
'org.camunda.bpm.cycle:camunda-cycle-tomcat:war:3.1.0'
<dependency org="org.camunda.bpm.cycle" name="camunda-cycle-tomcat" rev="3.1.0">
  <artifact name="camunda-cycle-tomcat" type="war" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.cycle', module='camunda-cycle-tomcat', version='3.1.0')
)
libraryDependencies += "org.camunda.bpm.cycle" % "camunda-cycle-tomcat" % "3.1.0"
[org.camunda.bpm.cycle/camunda-cycle-tomcat "3.1.0"]

Зависимости

runtime (1)

Идентификатор библиотеки Тип Версия
org.camunda.bpm.cycle : camunda-cycle war 3.1.0

Модули Проекта

Данный проект не имеет модулей.

camunda Cycle

The BPMN 2.0 roundtrip tool.

Development Setup

You need:

  • Maven
  • Java (JDK 6 preferred to run test suite)

Testing

To run all tests in the test suite execute

> cd cycle
> mvn clean test

To run the Signavio integration tests execute

``

cd cycle mvn clean verify -Psignavio -Dsignavio.connector.globalUser="abc" -DsignavioConnector.globalPassword="123" -DsignavioConnector.baseUrl="http://mySignavioInstallation"

Running the Application

On the commandline execute

> cd cycle
> mvn clean tomcat:run -Pdevelop

This boots up an embedded tomcat on http://localhost:8080/camunda-cycle/.

Package application

> mvn clean install

Creates .zip/.tar.gz files for Tomcat platform.

org.camunda.bpm.cycle

Camunda

Версии библиотеки

Версия
3.1.0
3.0.0