-
Enhancement
-
Resolution: Done
-
Major
-
3.3.3.Final
-
None
The MavenBuildManager uses Plexus to initialize the ProjectBuilder (which takes some time to initialize).
It should be possible to replace the current implementation with the maven model builder (http://maven.apache.org/ref/3.3.3/maven-model-builder/) that does not require the Plexus container to be initialized properly.