Class DefaultModelUrlNormalizer
java.lang.Object
org.apache.maven.impl.DefaultModelUrlNormalizer
- All Implemented Interfaces:
 ModelUrlNormalizer
@Named
@Singleton
public class DefaultModelUrlNormalizer
extends Object
implements ModelUrlNormalizer
Normalizes URLs to remove the ugly parent references "../" that got potentially inserted by URL adjustment during
 model inheritance.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionnormalize(Model model, ModelBuilderRequest request) Normalizes the well-known URLs of the specified model. 
- 
Constructor Details
- 
DefaultModelUrlNormalizer
 
 - 
 - 
Method Details
- 
normalize
Description copied from interface:ModelUrlNormalizerNormalizes the well-known URLs of the specified model.- Specified by:
 normalizein interfaceModelUrlNormalizer- Parameters:
 model- The model whose URLs should be normalized, may benull.request- The model building request that holds further settings, must not benull.
 
 -