This modeler provides a set of common diagrams to work with Organization Chart.
These plugins are released under the EPL Open-Source License.
More details about features, screenshots, release notes, dependencies here:
- http://marketplace.obeonetwork.com/module/organizationchart
- http://docs.obeonetwork.com/organizationchart
- http://www.obeodesigner.com
Nightly 1.0 (Sirius based) : http://marketplace.obeonetwork.com/updates/nightly/organizationchart/1.0.0/repository
You’ll need Apache Maven 3 to be installed on your computer.
To launch the build, go to the root of your git repository and type :
mvn clean package
Maven will bootstrap itself, download all the dependencies and build OrganizationChart. The output of the build is a p2 repository (an update site) generated here :
features/org.obeonetwork.dsl.organizationchart.update/target/repository
To install it in an Eclipse installation use Help/Install New Software and point to this location.
Launching the test is not harder, just type :
mvn clean verify
Maven will launch the tests and give you the result.
Code coverage is captured thanks to Jacoco.
After building the update sites, you can create a standalone application for end user which are not Eclipse users.
Go to the directory:
packaging/org.obeonetwork.dsl.organizationchart.product
Launch:
mvn clean package
You will find several zip file for each platform at:
packaging/org.obeonetwork.dsl.organizationchart.product/target/products
Just use github, fork our main repository do your changes and trigger a pull request , we’ll be happy to consider it for inclusion.