Package org.apache.maven.api.services
Interface SuperPomProvider
- All Superinterfaces:
- Service
- All Known Implementing Classes:
- DefaultSuperPomProvider
Provides the super POM that all models implicitly inherit from.
- Since:
- 4.0.0
- 
Method SummaryModifier and TypeMethodDescriptiongetSuperPom(String version) Gets the super POM for the specified model version.
- 
Method Details- 
getSuperPomGets the super POM for the specified model version.- 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.
- Throws:
- SuperPomProviderException- if the super POM could not be retrieved
 
 
-