-
Notifications
You must be signed in to change notification settings - Fork 166
Package_modelio
ABHERVE Antonin edited this page Aug 7, 2026
·
3 revisions
To package the Modelio application, you must use the maven 3.6.0 tool.
-
Go to modelio_source workspace directory
-
Enter into ‘{YourModelioDirectory}/maven/aggregators/opensource’ directory
-
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] ------------------------------------------------------------------------
-
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 !