Details
Description
Right now each Extension resolve create a new Maven session from scratch and destroy it. This means that if you install an extension with a lot of dependencies sharing the same parent pom (a good example is the XWiki Standard flavor) the same parent poms will be requested and downloaded over and over again.