Skip to content

Package_modelio

ABHERVE Antonin edited this page Aug 7, 2026 · 3 revisions

Package the Modelio application

Produce a Modelio distribution

To package the Modelio application, you must use the maven 3.6.0 tool.

  1. Go to modelio_source workspace directory

  2. Enter into ‘{YourModelioDirectory}/maven/aggregators/opensource’ directory

  3. Run the following command

$ export ECLIPSE_WS="{YourModelioDirectory}"
$ mvn -P package.all clean install -Dmaven.test.skip=true

The build should be finish successfully

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:51 min
[INFO] Finished at: 2016-12-20T13:18:28+01:00
[INFO] Final Memory: 465M/1838M
[INFO] ------------------------------------------------------------------------
  1. The packaging products are created into ‘{YourModelioDirectory}/products/opensource/target/products/’.
    Choose your archive depending on your platform and extract it in some fresh directory and launch Modelio

Congratulations, you just built your own packaging of Modelio !

Clone this wiki locally