I'm working on my first maven project and I've been tasked with improving build times on a very large project with lots of modules. I've found that the Sonnatype documents / books are verbose and they seem to gloss over the basics.
What I could really use right now is a sequence diagram for how maven does a build relating how the pom.xml elements get executed during the build.
Does anyone know of a sequence diagram for how maven does basic builds and builds with more than one module?
Thanks.