Currently, we have a multi-module maven project in Git. Say, if I try to setup a Bamboo plan for module1, Bamboo only has an option to provide project URL ([email protected]:projectA.git), which when I provide builds all the modules (module1, module2, module3, module4) instead of only module1.
projectA
module1
module2
module3
module4
Additional information, we have a parent pom in projectA and child pom's within the modules. We use Bamboo version 6.1.0
