Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

BPMN2-Modeler/Build

Hudson Build Jobs

BPMN2 Modeler uses a shared Hudson instance at eclipse.org for building the product. There are two build jobs on this Hudson instance:

* bpmn2-modeler.kepler for Kepler builds (currently configured for version 1.0.2)
* bpmn2-modeler.luna for Luna builds (currently configured for version 1.1.0)

Both of these jobs are triggered by a commit to the BPMN2 Modeler Git repository.

Building Locally

git clone https://git.eclipse.org/c/bpmn2-modeler/org.eclipse.bpmn2-modeler.git mvn clean install -Dcbi.jarsigner.skip=true -P platform-luna

Back to the top