Package org.apache.maven.model.path
Interface ModelPathTranslator
- All Known Implementing Classes:
DefaultModelPathTranslator
Deprecated.
Resolves relative paths of a model against a specific base directory.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
alignToBaseDirectory
(Model model, File basedir, ModelBuildingRequest request) Deprecated.void
alignToBaseDirectory
(Model model, Path basedir, ModelBuildingRequest request) Deprecated.Resolves the well-known paths of the specified model against the given base directory.
-
Method Details
-
alignToBaseDirectory
Deprecated.Resolves the well-known paths of the specified model against the given base directory. Paths within plugin configuration are not processed.- Parameters:
model
- The model whose paths should be resolved, may benull
.basedir
- The base directory to resolve relative paths against, may benull
.request
- The model building request that holds further settings, must not benull
.
-
alignToBaseDirectory
Deprecated.Resolves the well-known paths of the specified model against the given base directory. Paths within plugin configuration are not processed.- Parameters:
model
- The model whose paths should be resolved, may benull
.basedir
- The base directory to resolve relative paths against, may benull
.request
- The model building request that holds further settings, must not benull
.- Since:
- 4.0.0
-
ModelBuilder
instead