Profiling patch to display times of individual project/goal executions.
-----------------------------------------------------------------------

                 Key: MNG-3547
                 URL: http://jira.codehaus.org/browse/MNG-3547
             Project: Maven 2
          Issue Type: Improvement
          Components: Performance
    Affects Versions: 2.0.9
         Environment: Maven 2.0.9
            Reporter: David Bernhard
            Priority: Minor
         Attachments: maven-profiler.patch

We have a maven project that takes about 10 minutes to build from the root pom. 
To analyze which parts of the build are the most time-intensive, I wrote a 
small profiling patch to maven 2.0.9.

Running "mvn --profile" outputs information for each project and each goal of a 
plugin. 

It would be nice to have such an option available by default in maven.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to