Skip to content

Build the Bundles to Update the Features of the Rodin Bundles

Thái Sơn Hoàng edited this page May 24, 2022 · 6 revisions
  • Run mvn clean verify from the top folder level to build the bundles with the new features.

  • If everything is good, you should see something like this. (It could take up to 30 minutes for the first build, subsequent builds will be much faster).

...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Soton Rodin Bundles Root 0.0.0-SNAPSHOT ............ SUCCESS [  0.049 s]
[INFO] Soton Releases Bundle 3.7.0-SNAPSHOT ............... SUCCESS [01:01 min]
[INFO] Soton Baseline Bundle 3.7.0-SNAPSHOT ............... SUCCESS [ 57.960 s]
[INFO] Soton Target Bundle 3.7.0-SNAPSHOT ................. SUCCESS [02:37 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  07:18 min
[INFO] Finished at: 2022-05-24T22:52:05+01:00
[INFO] ------------------------------------------------------------------------
  • The bundles be found inside the target/products folder of each individual bundle folder. You should test each bundle to check if they work as expected.
    • Check the information in About Rodin Platform
    • Check the information in About Rodin Platform > Installation Details

Clone this wiki locally