Package org.apache.maven.internal.impl
Class DefaultSuperPomProvider
java.lang.Object
org.apache.maven.internal.impl.DefaultSuperPomProvider
- All Implemented Interfaces:
Service,SuperPomProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ModelProcessorThe cached super POM, lazily created. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
modelProcessor
-
SUPER_MODELS
The cached super POM, lazily created.
-
-
Constructor Details
-
DefaultSuperPomProvider
-
-
Method Details
-
getSuperPom
Description copied from interface:SuperPomProviderGets the super POM for the specified model version.- Specified by:
getSuperPomin interfaceSuperPomProvider- Parameters:
version- The model version to retrieve the super POM for (e.g. "4.0.0"), must not benull.- Returns:
- The super POM, never
null.
-
readModel
-