Goal
This step is just like 8. Finalize migration to 4.5 in dev. Your project contains an updated configuration. Export the configuration using the Export
Groovy script and include it in the bootstrap of your project.
Verify that you don't have any obsolete configuration in your module
Export the migrated configuration
- Open the
Export
Groovy script. - Configure the script.
- Which module to export.
- Where on the filesystem to write the .xml file.
Site definition
The export mechanism exports only the configuration inside your module. You must export manually the site definition and any other configurations present in other modules.
Now in your project you have:
- Updated code
- Updated template scripts
- Updated configuration
Build your project
Build your project. You can do this in your IDE or use Maven. It is up to you. The purpose of the build is to create .jar files or a .war file containing all your projects.
Result
Your project now builds on 5.