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: [email protected] For additional commands, e-mail: [email protected]
