Hi Fraser,You're correct that the appropriate solution is to create a single Maven project for each bundle. This is a general Maven best practice where each project has a single primary artifact. However, at that point, you shouldn't be using a Maven multimodule project, but rather independent proje...