|
Post Made Community Wiki by Community♦
|
||||
|
|
||||
|
1 |
|
||
|
I've found that parsing reactor projects is significantly slower than single-pom projects. If your build is reactor (multi-module) and your developers are not working on all modules at the same time, you can remove the parent POM and build them separately, resolving the dependencies using the local repo. The disadvantage is that you need to install or deploy a module in order for its dependents to see the changes. Also, you might want to look at the new Maven 2.1 M1 which contains some significant speed improvements. If none of these helps, post more details about your project configuration (modules structure and plugins), command line parameters and hardware config (memory and disk). Running Maven with -X might also show where is it taking its time. |
||||
