Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
2.0.9
-
None
-
None
-
Maven 2.0.9
-
Patch
Description
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.