Interface ModelUrlNormalizer
- All Known Implementing Classes:
- DefaultModelUrlNormalizer
Deprecated.
Normalizes URLs to remove the ugly parent references "../" that got potentially inserted by URL adjustment during
 model inheritance.
- 
Method SummaryModifier and TypeMethodDescriptionvoidnormalize(Model model, ModelBuildingRequest request) Deprecated.Normalizes the well-known URLs of the specified model.
- 
Method Details- 
normalizeDeprecated.Normalizes the well-known URLs of the specified model.- Parameters:
- model- The model whose URLs should be normalized, may be- null.
- request- The model building request that holds further settings, must not be- null.
 
 
- 
org.apache.maven.api.services.ModelBuilderinstead