Disclaimer: I am presently employed as a build engineer.
I would suggest that once you have 3 or more individual groups working on multiple projects you ought to have one person responsible for your build systems and build scripts across all projects/groups. The reasons, in my experience, There are two-foldtwo reasons for this:
1) This person becomes a resource any developer can use to delegate work to or get assistance with when dealing with things encountered at compile time, thus relieving the developers offutzing of futzing with the build system/scripts so they can focus on their own applications.
2) Someone who can make sure the builds across all projects adhere to good standards and practices. Trust me, it is not fun when every single group defines different conventions for their source layout and build system/scripts and it becomes a huge pain for a developer in one group to look at the projects of, let alone transition , to, another group if there is a large difference betwen the twobetween how groups do things with their source and builds. This person essentially gives you governance across all groups.
