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

Difference between revisions of "BPMN2-Modeler"

(General)
(Developer Resources)
Line 19: Line 19:
  
 
[https://git.eclipse.org/c/bpmn2-modeler/org.eclipse.bpmn2-modeler.git Git repository]
 
[https://git.eclipse.org/c/bpmn2-modeler/org.eclipse.bpmn2-modeler.git Git repository]
 +
 +
To clone this repository to your local machine, you must first install the GIT command-line tools, or GUI tools.
 +
Then issue the command:
 +
 +
git clone https://git.eclipse.org/c/bpmn2-modeler/org.eclipse.bpmn2-modeler.git
 +
 +
This will create a directory named org.eclipse.bpmn2-modeler in your current directory.
 +
 +
To build the entire product requires Maven 3.0. In your local GIT repository directory for BPMN2 Modeler, enter the command:
 +
 +
mvn clean install -Dcbi.jarsigner.skip=true -P platform-luna

Revision as of 15:12, 23 June 2014

Welcome to the BPMN2 Modeler Wiki page.

The BPMN2 Modeler is a graphical modeling tool that generates BPMN 2.0 compliant files.

General

Project Home Page

Screencasts

User Resources

Downloads

Developer Resources

Git repository

To clone this repository to your local machine, you must first install the GIT command-line tools, or GUI tools. Then issue the command:

git clone https://git.eclipse.org/c/bpmn2-modeler/org.eclipse.bpmn2-modeler.git

This will create a directory named org.eclipse.bpmn2-modeler in your current directory.

To build the entire product requires Maven 3.0. In your local GIT repository directory for BPMN2 Modeler, enter the command:

mvn clean install -Dcbi.jarsigner.skip=true -P platform-luna

Back to the top