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