You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Sankaran, Nambi" <ns...@ebay.com> on 2012/02/17 16:14:07 UTC

Summary of maven-plugin-execution times

Hi

At the end of the build maven provides the summary as follows,

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] p1 ................................................... SUCCESS [0.429s]
[INFO] p1-parent ............................................ SUCCESS [0.005s]
[INFO] Utils ................................................ SUCCESS [8.507s]
[INFO] aggregator ........................................... SUCCESS [0.003s]
[INFO] p1-maven-plugin ...................................... SUCCESS [8.874s]
[INFO] p1-Mojo Integration Test ............................. SUCCESS [1.328s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19.529s
[INFO] Finished at: Thu Feb 16 22:58:56 PST 2012
[INFO] Final Memory: 34M/211M
[INFO] ------------------------------------------------------------------------


This is very useful, since it provides the build time for each project.
However, it doesn't provide the breakup of how much time was spent in individual maven plugins.

Is there a way to display the individual maven-plugin-execution times at the end of the build?

Thanks
Nambi

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org