Package org.apache.maven.internal.impl
Class DefaultSuperPomProvider
java.lang.Object
org.apache.maven.internal.impl.DefaultSuperPomProvider
- All Implemented Interfaces:
- Service,- SuperPomProvider
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetSuperPom(String version) Gets the super POM for the specified model version.
- 
Constructor Details- 
DefaultSuperPomProvider
 
- 
- 
Method Details- 
getSuperPomDescription copied from interface:SuperPomProviderGets the super POM for the specified model version.- Specified by:
- getSuperPomin interface- SuperPomProvider
- Parameters:
- version- The model version to retrieve the super POM for (e.g. "4.0.0"), must not be- null.
- Returns:
- The super POM, never null.
 
 
-