Is there a build server that understands and can report on build results per module in a maven multi module build?
We use bamboo and unless I create individual jobs for each module it treats the build like one big thing. I want users to be able to subscribe to modules individually for notification etc.
I also want the build system to run the build in parallel across hosts (-T5 not in threads but on different machines)
Can Jenkins, cloud bees, team city, quick build do either of those or do they all require hand editing build configurations?