Multi-modules projects
Imagine you are working on a project based based upon a traditional 3 layers architecture, where the layers are named presentation, business logic, integration. Of course, you want each layer to be independant of all the other layers and so you want to produce one artifact for each one. Following the Maven norm, you will need to have one project for each layer. Hence, your setup should look like this :
Labels
