Description
We should provide a short summary at the end of the execution of a target in a multi module project.
This summary should give the status of the propagated target (Build successful / Build Failed) and maybe the execution time
something like
1 ... 2 actual output 3 ... 4 Project summary : 5 ========================================= 6 Propagating target FOOBAR on sub modules 7 submodule 1 : Build successful took 1sec 8 submodule 2 : Build successful took 2 sec 9 submodule 3 : Build failed took 1sec 10 submodule 4 : Build successful took 1sec 11 =========================================