Class DefaultModelBuilder

java.lang.Object
org.apache.maven.internal.impl.model.DefaultModelBuilder
All Implemented Interfaces:
Service, ModelBuilder

@Named @Singleton public class DefaultModelBuilder extends Object implements ModelBuilder
The model builder is responsible for building the Model from the POM file. There are two ways to main use cases: the first one is to build the model from a POM file on the file system in order to actually build the project. The second one is to build the model for a dependency or an external parent.