sobota 12. prosince 2009

Maven support in Intellij IDEA 9.0 (Maia)

Last week was released latest stable version of IDEA 9. I was curious about new maven integration. In the version eight, whenewer you changed the pom file, all project had to be reloaded, which took couple of minutes in my project.
In version nine I have enabled auto refresh feature, and whenever I change the pom file, refresh is done automatically. Reload the project takes couple of seconds now.
Moreover, they added dependency graph feature - say good by dependency:tree command.
Thanks jetbrains for great improvement.