Package org.apache.maven.model.path
Interface ModelUrlNormalizer
- All Known Implementing Classes:
DefaultModelUrlNormalizer
public interface ModelUrlNormalizer
Normalizes URLs to remove the ugly parent references "../" that got potentially inserted by URL adjustment during
model inheritance.
- Author:
- Benjamin Bentmann
-
Method Summary
Modifier and TypeMethodDescriptionvoid
normalize
(Model model, ModelBuildingRequest request) Normalizes the well-known URLs of the specified model.