Build only what's neccessary. That means, buildozer invokes Maven on modules that have changed since last time, and those depending on them.
Find reverse dependencies. buildozer can find all modules that depend on a specified module.
Indicate detailed build progress. While running a build, buildozer is "listening" on the Maven's output and passes only important information to the user, based on specified logging level
Experimental features
create XML dependency graph for all modules involved in the build (in file ~/.buildbox/var/buildozer/graph.xml)