I am reasking this question for maven 3:
I want to know how much time is spent for each mojo / phase / project.
There is http://jira.codehaus.org/browse/MNG-3547 and http://jira.codehaus.org/browse/MNG-4639 but I dont know about their state.
I applied MNG-3547 to apache-maven-2.2.1 and it works fine. I gather the profiling data that is emitted, parse and analyse it (using scala).
Now we are migrating to maven 3.
Are there newer / better approaches to profile a maven3 build, or should I port the patch?
Thanks in advance, Bastl.