In the pom.xml file for the parent module, you can define any number of reactor modules. Out of the box, you'll see something like this:<modules> <module>core</module> <module>ui.apps</module> <module>ui.content</module> </modules>You can add additional modules to your project, and set them up there...