Skip to content

Package_modelio

ffe edited this page Aug 10, 2021 · 2 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 ‘AGGREGATOR’ directory

  3. Run the following command

$ mvn package

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 ‘eclipse.resources/products/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