-
Notifications
You must be signed in to change notification settings - Fork 123
Package_modelio
ffe edited this page Aug 10, 2021
·
2 revisions
To package the Modelio application, you must use the maven 3.6.0 tool.
-
Go to modelio_source workspace directory
-
Enter into ‘AGGREGATOR’ directory
-
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] ------------------------------------------------------------------------
-
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 !