camunda BPM - cycle - app

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.

License

License

GroupId

GroupId

org.camunda.bpm.cycle
ArtifactId

ArtifactId

camunda-cycle
Last Version

Last Version

3.1.0
Release Date

Release Date

Type

Type

war
Description

Description

camunda BPM - cycle - app
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.
Project Organization

Project Organization

camunda services GmbH

Download camunda-cycle

How to add to project

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

Dependencies

compile (30)

Group / Artifact Type Version
org.springframework : spring-web jar 3.1.2.RELEASE
org.springframework : spring-orm jar 3.1.2.RELEASE
org.springframework : spring-aop jar 3.1.2.RELEASE
org.aspectj : aspectjweaver jar 1.7.0
org.aspectj : aspectjrt jar 1.7.0
org.hibernate.javax.persistence : hibernate-jpa-2.0-api jar 1.0.1.Final
org.glassfish : javax.annotation jar 3.1
javax.inject : javax.inject jar 1
org.hibernate : hibernate-entitymanager jar 4.2.0.SP1
cglib : cglib jar 2.2.2
com.sun.jersey : jersey-json jar 1.15
com.sun.jersey.contribs : jersey-spring jar 1.15
org.slf4j : slf4j-jcl jar 1.6.6
org.thymeleaf : thymeleaf jar 2.0.12
org.thymeleaf : thymeleaf-spring3 jar 2.0.12
net.sourceforge.nekohtml : nekohtml jar 1.9.16
com.googlecode.gettext-commons : gettext-commons jar 0.9.8
net.sourceforge.saxon : saxon jar 9.1.0.8
net.sourceforge.saxon : saxon jar 9.1.0.8
net.sourceforge.saxon : saxon jar 9.1.0.8
org.apache.commons : commons-vfs2 jar 2.0
commons-io : commons-io jar 2.1
org.jasypt : jasypt jar 1.8
org.bouncycastle : bcpg-jdk15on jar 1.47
org.apache.httpcomponents : fluent-hc jar 4.2.2
org.apache.httpcomponents : httpmime jar 4.2.2
commons-codec : commons-codec jar 1.6
org.tigris.subversion » svnclientadapter jar 0.9.100
org.tmatesoft.svnkit : svnkit-javahl16 jar 1.8.6
org.eclipse.jgit : org.eclipse.jgit jar 3.1.0.201310021548-r

provided (2)

Group / Artifact Type Version
javax.mail : mail jar 1.4.1
javax.servlet : servlet-api jar 2.5

test (9)

Group / Artifact Type Version
junit : junit jar 4.11
org.easytesting : fest-assert-core jar 2.0M10
org.kubek2k : springockito-annotations jar 1.0.8
org.springframework : spring-test jar 3.1.2.RELEASE
com.h2database : h2 jar 1.3.168
org.subethamail : subethasmtp-wiser jar 1.2
xmlunit : xmlunit jar 1.5
org.camunda.bpm : camunda-engine jar 7.2.0-alpha5
org.assertj : assertj-core jar 1.4.0

Project Modules

There are no modules declared in this project.

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

Versions

Version
3.1.0
3.0.0